Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
- Chafique Delli \<chafique.delli@akretion.com\>
|
||||
- Sylvain LE GAL (<https://twitter.com/legalsylvain>)
|
||||
- Mourad EL HADJ MIMOUNE \<mourad.elhadj.mimoune@akretion.com\>
|
||||
- Stefan Rijnhart \<stefan@opener.amsterdam\>
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Ernesto Tejeda
|
||||
- Luis D. Lafaurie
|
||||
@@ -0,0 +1,6 @@
|
||||
This module allows to automatically update all products information in a
|
||||
vendor bill for which the purchase information on the line is different
|
||||
from the vendor information defined in the product form.
|
||||
|
||||
It creates a new vendor information line if there isn't any, or it
|
||||
updates the first one in the list.
|
||||
6
account_invoice_supplierinfo_update/readme/ROADMAP.md
Normal file
6
account_invoice_supplierinfo_update/readme/ROADMAP.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- This module does not manage correctly the difference if invoice line
|
||||
taxes are not the same as products taxes. (If one is marked as tax
|
||||
included in the price and the other is marked as tax excluded in the
|
||||
price.)
|
||||
- Refactor this module to share algorithm with the similar module
|
||||
purchase_order_supplierinfo_update
|
||||
21
account_invoice_supplierinfo_update/readme/USAGE.md
Normal file
21
account_invoice_supplierinfo_update/readme/USAGE.md
Normal file
@@ -0,0 +1,21 @@
|
||||
This module adds a new button 'Check Supplier Info' in supplier invoice
|
||||
form.
|
||||
|
||||

|
||||
|
||||
When the user clicks on it, they can see the changes that will apply to
|
||||
the vendor information. Optionally, they can remove some temporary
|
||||
changes, specially, if, for example, a vendor applied an exceptional
|
||||
price change.
|
||||
|
||||

|
||||
|
||||
- blue: Creates a full new supplier info line
|
||||
- brown: Updates current settings, displaying price variation (%)
|
||||
|
||||
This module adds an extra boolean field 'Supplier Informations Checked'
|
||||
in the 'Other Info' tab inside the supplier invoice form. This field
|
||||
indicates that the prices have been checked and supplierinfo updated (or
|
||||
eventually that the changes have been ignored).
|
||||
|
||||

|
||||
Reference in New Issue
Block a user