[I18N] *: export 13.0 source terms

This commit is contained in:
Martin Trigaux
2019-11-20 10:24:42 +01:00
parent 8b49c8e06a
commit 3ae6a2b39b
17 changed files with 3672 additions and 3187 deletions
+234 -5
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-10-03 11:39+0200\n"
"POT-Creation-Date: 2019-11-20 10:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -749,6 +749,239 @@ msgstr ""
msgid "You can do it using either the name of the related record or its ID. The ID is expected when two records have the same name. In such a case add \" / ID\" at the end of the column title (e.g. for product attributes: Product Attributes / Attribute / ID)."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:3
msgid "Using product variants"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:5
msgid "Product variants are used to manage products having different variations, like size, color, etc. It allows managing the product at the template level (for all variations) and at the variant level (specific attributes)."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:10
msgid "As an example, a company selling t-shirts may have the following product:"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:13
msgid "B&C T-shirt"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:15
msgid "Sizes: S, M, L, XL, XXL"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:16
msgid "Colors: Blue, Red, White, Black"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:18
msgid "In this example, **B&C T-Shirt** is called the product template and **B&C T-Shirt, S, Blue** is a variant. Sizes and color are **attributes**."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:22
msgid "The above example has a total of 20 different products (5 sizes x 4 colors). Each one of these products has its own inventory, sales, etc."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:26
msgid "Impact of variants"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:28
msgid "**Barcode**: the code and barcode is associated to a variant, not the template. Every variant may have its own barcode / SKU."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:31
msgid "**Price**: every product variant has its own public price that is computed based on the template price ($20) with an optional extra for every variant (+$3 for color red). However, you can define pricelist rules that apply on the template or the variant."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:36
msgid "**Inventory**: the inventory is managed by product variant. You don't own t-shirts, you only own \"T-shirts, S, Red\", or \"T-Shirts, M, Blue\". For information purpose, on the product template form, you get the inventory that is the sum of every variant. (but the actual inventory is computed by variant)"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:42
msgid "**Picture**: the picture is related to the variant, every variation of a product may have its own primary picture."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:45
msgid "**Other fields**: most of the other fields belongs to the product template. If you update them, it updates automatically all the variants. (example: Income Account, Taxes)"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:50
msgid "Should you use variants?"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:53
msgid "When should you use variants?"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:55
msgid "Using variants has the following impacts:"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:57
msgid "**eCommerce**: in your online shop, the customer will only see product templates in the catalog page. Once the visitor click on such a product, he will have options to choose amongst the variants (colors, sizes, …)"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:62
msgid "**Manufacturing**: Using variants allows to define only one bill of material for a product template and slight variations for some of the variants. Example: instead of creating a Bill of Material for \"T-shirt, Red, S\", you create a bill of material for \"T-shirt\" and add some lines that are specific to the dimension S, and other lines specific to the color Red."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:69
msgid "**Pricing**: The default price of a product is computed using the price of the product template and add the optional extra price on each dimension of the variant. This way, variant prices are easier to maintain since you don't have to set the price for every variant. However, it's possible to create pricelist rules to fix price per variants too."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:77
msgid "When should you avoid using variants?"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:79
msgid "Using variants may add a level of complexity on the way you use Odoo. You should consider using variants only if you need it to reduce the complexity of managing lots of products that are similars."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:83
msgid "As an example, importing your initial product catalog is more complex if you use variants. You can't just import a list of products, you must import product templates and all their related variations."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:87
msgid "In addition to that, you should also carefully select the dimensions that you manage as separate product templates and those as variants. As an example, a company having these products:"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:91
msgid "Quality: T-Shirts, Polos, Shirts"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:93
#: ../../sales/products_prices/products/variants.rst:105
#: ../../sales/products_prices/products/variants.rst:110
msgid "Color: Red, Blue"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:95
#: ../../sales/products_prices/products/variants.rst:106
#: ../../sales/products_prices/products/variants.rst:111
msgid "Size: S, M, L, XL"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:97
msgid "In such a use case, you could create 1 template with three dimensions of variants (Layout, T-Shirts, Polos). But, it's recommended to create two different product templates as T-shirts may highly differ from polos or shirts and customer expect to see these as two different products in the e-Commerce:"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:103
msgid "Product Template: T-shirt"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:108
msgid "Product Template: Polos"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:114
#: ../../sales/send_quotations/quote_template.rst:10
msgid "Configuration"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:117
msgid "Activate the variant feature"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:119
msgid "Before you can use product variants, you must first activate the product variants in the settings. To do so, you must go to the Sales app. In the menu :menuselection:`Configuration --> Settings`, locate the **Products Variants** line, and tick the option **Products can have several attributes**, then click on **Apply**."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:129
msgid "Creating products with variants"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:131
msgid "Once you have activated the variant option, you can add variants to your products. To do so, go to the Sales module, :menuselection:`Sales --> Products`. It is also accessible from the Purchase and inventory modules."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:135
msgid "Now, click on the product you wish to add variants to."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:137
msgid "In the product page, a new tab called Variants has appeared. The number in purple written on top is the number of variants this product currently has. To add new variants, click on the tile. In the new window, click on **Create**."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:142
msgid "In **Attributes**, click on the rolldown menu and select the type of variance you wish to add. If the variant does not yet exist, you can create it on the fly by clicking on Create and edit…"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:149
msgid "In the Attributes window, the **Value** field is the description of the attribute such as Green, Plastic or 32GB. The **Attribute** field is the type of variant such as Color, Material or Memory."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:156
msgid "You can add a cost for the variant on the fly by adding it in the **Attribute Price Extra** field, or choose to modify it later. Click on **Save**."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:160
msgid "You can also add a different barcode and internal reference to the variant."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:163
msgid "When you have entered all the specifications of the variant, click on **Save**."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:167
msgid "Managing Product Variants"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:170
msgid "Introduction"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:172
msgid "The examples below are all based on this product template that has two variant attributes :"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:175
msgid "T-Shirt B&C"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:177
msgid "Color: Red, Blue, White"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:179
msgid "Size: S, M, L, XL, XXL"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:182
msgid "Managing combination possibilities"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:184
msgid "By default, with the above product template, you get 15 different products (3 colors, 5 sizes). If the XXL size only exists for red and blue t-shirts, you can deactivate the white product variant."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:188
msgid "To do this, click on the **Variants** button, select the XXL, White T-shirt. From the product form, uncheck the **Active** box of the T-shirt White, XXL."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:197
msgid "That deactivating a product is different than having an inventory of 0."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:200
msgid "Setting a price per variant"
msgstr ""
#: ../../sales/products_prices/products/variants.rst:202
msgid "You can add a cost over the main price for some of the variants of a product."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:205
msgid "Once you have activated the variant option, you can add variants to your products. To do so, go to the Sales module, open :menuselection:`Sales --> Products` and click on the product you want to modify. Click on the **Variant Prices** button to access the list of variant values."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:213
msgid "Click on the variant name you wish to add a value to, to make the 3 fields editable. In the **Attribute Price Extra** field, add the cost of the variant that will be added to the original price."
msgstr ""
#: ../../sales/products_prices/products/variants.rst:220
msgid "When you have entered all the extra values, click on **Save**."
msgstr ""
#: ../../sales/products_prices/taxes.rst:3
msgid "Set taxes"
msgstr ""
@@ -1118,10 +1351,6 @@ msgstr ""
msgid "If you often sell the same products or services, you can save a lot of time by creating custom quotation templates. By using a template you can send a complete quotation in no time."
msgstr ""
#: ../../sales/send_quotations/quote_template.rst:10
msgid "Configuration"
msgstr ""
#: ../../sales/send_quotations/quote_template.rst:12
msgid "For this feature to work, go to :menuselection:`Sales --> Configuration --> Settings` and activate *Quotations Templates*."
msgstr ""