49 Commits (14.0)

Author SHA1 Message Date
OCA-git-bot b32e2579cb [UPD] README.rst 1 year ago
OCA-git-bot 5465bb27ef donation_base 14.0.1.2.0 2 years ago
Alexis de Lattre 0cb8d24fba Show donation button on partner form view without condition
The donation button on the partner form view is now always shown, even
when donor_rank=0, like the native button for invoices, sales which
don't take into account customer_rank.
2 years ago
OCA Transbot b089c241f0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: donation-14.0/donation-14.0-donation_base
Translate-URL: https://translation.odoo-community.org/projects/donation-14-0/donation-14-0-donation_base/
3 years ago
OCA-git-bot 9afaa48926 donation_base 14.0.1.1.0 3 years ago
oca-travis 71472e514f [UPD] Update donation_base.pot 3 years ago
Alexis de Lattre ca9b9bab73 donation_base: fix report filename 3 years ago
OCA-git-bot b6e6c0d29a [UPD] README.rst 3 years ago
oca-travis 7448b87e42 [UPD] Update donation_base.pot 3 years ago
Alexis de Lattre 88338ff92e [MIG] donation_base from v13 to v14 3 years ago
OCA-git-bot 84ac8378e3 [UPD] README.rst 3 years ago
oca-travis 1fc7a65b03 [UPD] Update donation_base.pot 3 years ago
Alba Riera 0de013279c [MIG] donation_base: migration to 13.0 3 years ago
Alba Riera fe66203909 [IMP] donation_base: black, isort, prettier 3 years ago
Jaime Arroyo e22cce531a [FIX] donation: groups on view 3 years ago
Jaime Arroyo da423e8e48 [FIX] remove unnecessary try block 3 years ago
Jaime Arroyo ccb233645f [FIX] tax.receipt creation sequence 3 years ago
OCA-git-bot 8f1dafb760 [UPD] README.rst 3 years ago
Nikul Chaudhary 7ee442358e [MIG] Migration: donation_base v11 to v12 3 years ago
Ben Brich db51c35628 Translated using Weblate (German)
Currently translated at 97.2% (69 of 71 strings)

Translation: donation-11.0/donation-11.0-donation_base
Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation_base/de/
3 years ago
OCA Transbot 307ecc738f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: donation-11.0/donation-11.0-donation_base
Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation_base/
3 years ago
oca-travis 1c11c0bc1e Update donation_base.pot 3 years ago
OCA-git-bot 10b1e96bee icon.png 3 years ago
kempleton beba32face Translated using Weblate (German)
Currently translated at 11.4% (8 of 70 strings)

Translation: donation-11.0/donation-11.0-donation_base
Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation_base/de/
3 years ago
kempleton 04affe60c7 Added translation using Weblate (German) 3 years ago
OCA Transbot c3fd9047e8 Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
3 years ago
Nikul Chaudhary 43badbf055 Migrated donation_base module v10 to v11 3 years ago
oca-travis 56168d8930 Update donation_base.pot 3 years ago
oca-travis 2d2b899291 Update donation_base.pot 3 years ago
Alexis de Lattre 78f9cdb77d Use compute_sudo=True in field definition when needed
Remove @api.multi when not needed
PEP8 fixes
Replace openerp by odoo
3 years ago
OCA Transbot b6c61b945b OCA Transbot updated translations from Transifex 3 years ago
Alexis de Lattre ab60bb4f77 FIX print tax receipt wizard 3 years ago
Alexis de Lattre b8695551c7 filename when using print button 3 years ago
Alexis de Lattre 121a6585fa Qweb donation tax receipt report 3 years ago
Alexis de Lattre 157487b90b Archive donation.tax.receipt reports by default (like invoices)
Add print button on donation tax receipt form view
3 years ago
Alexis de Lattre 24b9ef08c3 Add "send by email" button on donation tax receipts 3 years ago
Alexis de Lattre 4a35b52e42 Add log message for the generation of annual fiscal receipts 3 years ago
Alexis de Lattre 587db8c453 Add ACL for donation_tax_receipt 3 years ago
Alexis de Lattre d9989b2836 Tax receipt subtotal now includes donations in foreign currencies
'Account' decimal precision doesn't exist in v10 -> use currency precision
Add Eligible tax receipt amount in donation report
3 years ago
Alexis de Lattre 998f220649 Change default value for donation_tax_receipt on partners 3 years ago
Alexis de Lattre b7257aedab Inherit action_invoice_paid() instead of using a cron to generate tax receipts for invoices 3 years ago
Alexis de Lattre 24b1189aac Add fr translation for donation_base and donation_sale
Cleanup a few strings
3 years ago
Alexis de Lattre 9644da551b Pylint fixes 3 years ago
Alexis de Lattre 75c6646226 Add button to access tax receipts from partners 3 years ago
Alexis de Lattre 6b8b14e438 Port all modules (except donation_thanks) to v10 3 years ago
Alexis de Lattre 46b9a4b687 Set default value on donation.tax.receipt Remove tax via the onchange on donation 3 years ago
Alexis de Lattre bf14ecfc8e Add module donation_sale
Adapt the code of other modules for the introduction of donation_sale
3 years ago
Alexis de Lattre 3f9cf7859e Add index=True on fields that are often searched
XML code cleanup (remove fields for which he give the default value)
3 years ago
Alexis de Lattre 467c502693 Start the update to new architecture explained in issue #22
Move from YAML tests to unittest in most modules
Use commercial_partner_id for tax receipts (to group tax receipts for a company or a familly)
On donation.line, tax_receipt_ok and in_kind are now related stored fields
3 years ago