Search 1.9 billion lines of Odoo code on GitHub

import_price_catalog

Author: Noviat,Onestein
License: AGPL-3
Branch: 13.0
Repository: CannaICT/canna-erp-third-party
Dependencies: price_catalog_purchase, and price_catalog_sale
Languages: Python (114, 59.1%), XML (64, 33.2%), and reStructuredText (15, 7.8%)

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="import-price-catalog"></a> <h2>Import Price Catalog</h2> <p>Module to import Price Catalogs.</p> <p>The file to be imported must have the following headers: - productcode - productdescription - price</p> <p>productdescription is not used but kept for legacy compatibility.</p> <p>The file must be a csv file with the following settings: - character set: utf-8 - field delimiter: ; - string delimiter: &quot;</p> <p>TODO: - Remove dependencies on price_catalog_sale and price_catalog_purchase.</p>