[12.0][MIG] Migrate module account_move_line_purchase_info to v12

This commit is contained in:
Adrià Gil Sorribes
2018-12-04 12:59:44 +01:00
committed by Andrea Stirpe
parent 04740f2247
commit da629df34b
8 changed files with 471 additions and 27 deletions

View File

@@ -0,0 +1 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>

View File

@@ -0,0 +1,4 @@
This module will add the purchase order line to journal items.
The ultimate goal is to establish the purchase order line as one of the key
fields to reconcile the Goods Received Not Invoiced accrual account.

View File

@@ -0,0 +1,7 @@
The purchase order line will be automatically copied to the journal items.
* When a supplier invoice is created referencing purchase orders, the
purchase order line will be copied to the corresponding journal item.
* When a stock move is validated and generates a journal entry, the purchase
order line is copied to the account move line.