[18.0][MIG] account_invoice_triple_discount_readonly: Port to Odoo 18.0
* Update module version to 18.0.1.0.0 * Remove view modifications as they are handled by parent modules * Add comprehensive test suite (34 tests): - Test triple discount mixin write() method behavior - Test account.move.line with triple discounts - Test purchase.order.line with triple discounts * Add oca_dependencies.txt with required OCA repositories * Fix write() method to handle explicit discounts correctly
This commit is contained in:
parent
67554c95f5
commit
123aabb775
10 changed files with 602 additions and 77 deletions
|
|
@ -0,0 +1,5 @@
|
|||
# OCA Dependencies for account_invoice_triple_discount_readonly
|
||||
# Format: repository_name branch
|
||||
|
||||
account-invoicing https://github.com/OCA/account-invoicing.git 18.0
|
||||
purchase-workflow https://github.com/OCA/purchase-workflow.git 18.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue