[MERGE] Forward-port of branch 12.0 to 13.0

This commit is contained in:
Victor Feyens 2021-03-24 11:28:34 +01:00
commit 3cde0c88e6
15 changed files with 19 additions and 24 deletions

View File

@ -186,8 +186,8 @@ and then enter your PAC username and PAC password.
Here is a SAT certificate you can use if you want to use the *Test
Environment* for the Mexican Accounting Localization.
- :download:`Certificate <../../../_static/files/certificate.cer>`
- :download:`Certificate Key <../../../_static/files/certificate.key>`
- :download:`Certificate <files/certificate.cer>`
- :download:`Certificate Key <files/certificate.key>`
- **Password:** ``12345678a``

View File

@ -174,10 +174,10 @@ with columns like "Field/External ID". The following two CSV files give you an e
and their Categories.
:download:`CSV file for categories
<../../_static/example_files/External_id_3rd_party_application_product_categories.csv>`.
<files/External_id_3rd_party_application_product_categories.csv>`.
:download:`CSV file for Products
<../../_static/example_files/External_id_3rd_party_application_products.csv>`.
<files/External_id_3rd_party_application_products.csv>`.
What can I do if I have multiple matches for a field?
-----------------------------------------------------
@ -198,7 +198,7 @@ The tags should be separated by a comma without any spacing. For example, if you
to be linked to both tags 'Manufacturer' and 'Retailer' then you will encode "Manufacturer,Retailer"
in the same column of your CSV file.
:download:`CSV file for Manufacturer, Retailer <../../_static/example_files/m2m_customers_tags.csv>`
:download:`CSV file for Manufacturer, Retailer <files/m2m_customers_tags.csv>`
How can I import a one2many relationship (e.g. several Order Lines of a Sales Order)?
@ -211,19 +211,16 @@ any information in the fields relative to the order. As an example, here is
``purchase.order_functional_error_line_cant_adpat.CSV`` file of some quotations you can import,
based on demo data.
:download:`File for some Quotations
<../../_static/example_files/purchase.order_functional_error_line_cant_adpat.csv>`.
:download:`File for some Quotations <files/purchase.order_functional_error_line_cant_adpat.csv>`.
The following CSV file shows how to import purchase orders with their respective purchase order
lines:
:download:`Purchase orders with their respective purchase order lines
<../../_static/example_files/o2m_purchase_order_lines.csv>`.
:download:`Purchase orders with their respective purchase order lines <files/o2m_purchase_order_lines.csv>`.
The following CSV file shows how to import customers and their respective contacts:
:download:`Customers and their respective contacts
<../../_static/example_files/o2m_customers_contacts.csv>`.
:download:`Customers and their respective contacts <files/o2m_customers_contacts.csv>`.
Can I import several times the same record?
-------------------------------------------
@ -259,7 +256,7 @@ must be unique across all the records of all objects, so it's a good practice to
As an example, suppose you have a SQL database with two tables you want to import: companies and
persons. Each person belong to one company, so you will have to recreate the link between a person
and the company he work for. (If you want to test this example, here is a :download:`dump of such a
PostgreSQL database <../../_static/example_files/database_import_test.sql>`)
PostgreSQL database <files/database_import_test.sql>`)
We will first export all companies and their "External ID". In PSQL, write the following command:

View File

@ -9,15 +9,9 @@ Overview
Each build is isolated within its own container (Linux namespaced container).
The base is an Ubuntu 16.04 system, where all of Odoo's required dependencies,
The base is an Ubuntu system, where all of Odoo's required dependencies,
as well as common useful packages, are installed.
The Odoo.sh team is open to install system packages as long as they are
distributed in the official Ubuntu repositories and meets the platform's
`dependency requirements <https://www.odoo.sh/faq#install_dependencies>`_.
You can use `the feedback form <https://www.odoo.sh/feedback>`_ in order to
submit a package request to the Odoo.sh team.
If your project requires additional Python dependencies, or more recent releases,
you can define a :file:`requirements.txt` file in the root of your branches listing them.
The platform will take care to install these dependencies in your containers.

View File

@ -10,6 +10,3 @@ Introduction to Odoo.sh
:height: 394
The documentation will help you go live with your Odoo.sh project in no time.
You can suggest new documentation topics
or report typos and inaccuracies by `contacting us <https://www.odoo.sh/feedback>`_.

View File

@ -0,0 +1,8 @@
Vendor,Product Template,Vendor Product Name,Vendor Product Code,Price,Minimal Quantity,Start Date,End Date,Delivery Lead Time
ASUSTeK,iMac,"Apple iMac 27""",ART439872,1299,5,,,2
Camptocamp,iMac,"Apple iMac 27""",IT98764,1399,1,,,4
ASUSTeK,"Switch, 24 ports",Bluetek Switch,ART439456,66,,,,4
ASUSTeK,Datacard,LS DC02,ART672098,35,,,,5
ASUSTeK,Laptop Customized,Asus ROG CS,ART439870,3300,,01/01/2018,12/31/2018,10
ASUSTeK,"Mouse, Wireless",Logitech G950,ART859562,12.5,,,,3
ASUSTeK,iPad Mini,Apple iPad Mini 32GB,ART547892,750,,01/01/2018,05/05/2018,3
1 Vendor Product Template Vendor Product Name Vendor Product Code Price Minimal Quantity Start Date End Date Delivery Lead Time
2 ASUSTeK iMac Apple iMac 27" ART439872 1299 5 2
3 Camptocamp iMac Apple iMac 27" IT98764 1399 1 4
4 ASUSTeK Switch, 24 ports Bluetek Switch ART439456 66 4
5 ASUSTeK Datacard LS DC02 ART672098 35 5
6 ASUSTeK Laptop Customized Asus ROG CS ART439870 3300 01/01/2018 12/31/2018 10
7 ASUSTeK Mouse, Wireless Logitech G950 ART859562 12.5 3
8 ASUSTeK iPad Mini Apple iPad Mini 32GB ART547892 750 01/01/2018 05/05/2018 3

View File

@ -30,5 +30,4 @@ See below a template of the columns used.
.. image:: media/import02.png
:align: center
:download:`Click here to download the template
<../../../_static/example_files/vendor_pricelists_template.csv>`
:download:`Click here to download the template <files/vendor_pricelists_template.csv>`