-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16][REF] account_ecotax split #454
base: 16.0
Are you sure you want to change the base?
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4d842b - Browse repository at this point
Copy the full SHA f4d842bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 577fc44 - Browse repository at this point
Copy the full SHA 577fc44View commit details -
Apply suggestions from code review
Co-authored-by: Maksym Yankin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cfeb6f - Browse repository at this point
Copy the full SHA 0cfeb6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30c342 - Browse repository at this point
Copy the full SHA d30c342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce73c2 - Browse repository at this point
Copy the full SHA 0ce73c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa8a0c - Browse repository at this point
Copy the full SHA faa8a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758dfc8 - Browse repository at this point
Copy the full SHA 758dfc8View commit details -
Update account_ecotax/models/account_ecotax_classification.py
Co-authored-by: Alexandre Fayolle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce8ad37 - Browse repository at this point
Copy the full SHA ce8ad37View commit details -
Apply suggestions from code review
Co-authored-by: Alexandre Fayolle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 563aad6 - Browse repository at this point
Copy the full SHA 563aad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed92a1c - Browse repository at this point
Copy the full SHA ed92a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec38154 - Browse repository at this point
Copy the full SHA ec38154View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc67913 - Browse repository at this point
Copy the full SHA fc67913View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff0cdc3 - Browse repository at this point
Copy the full SHA ff0cdc3View commit details
Commits on Nov 18, 2024
-
[16][REF] split account_ecotax into account_ecotax and account_ecotax…
…_tax The goal is to be able to choose between the implementation with and without using the odoo tax mechanism. The advantages of the implementation based on Odoo tax mechanims are : - Possibility to choose if product price include or exclude the ecotax amounts - Isolate the ecotax amounts into a specifc accounting account The disadvantage is that it adds a small layer of complexity and you have to manage the tax configuration and see all those ecotax taxes on your invoices And a major difference which can be good or not depending on your use cases, the ecotax amounts are not in the turnover when using Odoo tax mechanism
Configuration menu - View commit details
-
Copy full SHA for 8bc3f4a - Browse repository at this point
Copy the full SHA 8bc3f4aView commit details
Commits on Nov 20, 2024
-
[IMP] account_ecotax : remove dependency on AccountTestInvoicingCommo…
…n from tests The dependency does not really ease the present test but forces us to put the test as post-installed which cant work as account_ecotax_tax changes the account_ecotax behavior Instead of isolating the tests of account_ecotax, it seems better to get rid of the AccountTestInvoicingCommon dependency. It also speed up the tests.
Configuration menu - View commit details
-
Copy full SHA for 7e230c6 - Browse repository at this point
Copy the full SHA 7e230c6View commit details