NEW: Add import of accounting account for intra/export selling on product card

This commit is contained in:
Alexandre SPANGARO 2019-03-28 11:41:59 +01:00
parent 1818e22be9
commit 9f9dd2cd30

View File

@ -325,6 +325,8 @@ class modProduct extends DolibarrModules
'p.duration' => "Duration",///duration of service
'p.url' => "PublicUrl",
'p.accountancy_code_sell' => "ProductAccountancySellCode",
'p.accountancy_code_sell_intra' => "ProductAccountancySellIntraCode",
'p.accountancy_code_sell_export' => "ProductAccountancySellExportCode",
'p.accountancy_code_buy' => "ProductAccountancyBuyCode",
'p.weight' => "Weight",
'p.weight_units' => "WeightUnits",