~credativ/openobject-addons/addons-extra-syrup

« back to all changes in this revision

Viewing changes to stock_invoice_average_price/i18n/stock_invoice_average_price.pot

  • Committer: Jordi Esteve
  • Date: 2012-03-02 19:08:16 UTC
  • mto: This revision was merged to the branch mainline in revision 5550.
  • Revision ID: jesteve@zikzakmedia.com-20120302190816-eo14t3kgwobjo00b
[ADD] stock_invoice_average_price: This module recompute the standard price of products, when the invoice is validated and the price unit of the supplier picking (old cost price) is different to the price unit of the supplier invoice line (new cost price).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Translation of OpenERP Server.
 
2
# This file contains the translation of the following modules:
 
3
#       * stock_invoice_average_price
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: OpenERP Server 6.0.3\n"
 
8
"Report-Msgid-Bugs-To: support@openerp.com\n"
 
9
"POT-Creation-Date: 2012-02-29 19:39+0000\n"
 
10
"PO-Revision-Date: 2012-02-29 19:39+0000\n"
 
11
"Last-Translator: <>\n"
 
12
"Language-Team: \n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=UTF-8\n"
 
15
"Content-Transfer-Encoding: \n"
 
16
"Plural-Forms: \n"
 
17
 
 
18
#. module: stock_invoice_average_price
 
19
#: constraint:account.invoice:0
 
20
msgid "Invoice date is previous to an existing invoice."
 
21
msgstr "Invoice date is previous to an existing invoice."
 
22
 
 
23
#. module: stock_invoice_average_price
 
24
#: model:ir.model,name:stock_invoice_average_price.model_account_invoice_line
 
25
msgid "Invoice Line"
 
26
msgstr "Invoice Line"
 
27
 
 
28
#. module: stock_invoice_average_price
 
29
#: field:account.invoice.line,price_unit_picking:0
 
30
msgid "Unit Price Picking"
 
31
msgstr "Unit Price Picking"
 
32
 
 
33
#. module: stock_invoice_average_price
 
34
#: model:ir.model,name:stock_invoice_average_price.model_account_invoice
 
35
msgid "Invoice"
 
36
msgstr "Invoice"
 
37
 
 
38
#. module: stock_invoice_average_price
 
39
#: model:ir.model,name:stock_invoice_average_price.model_stock_picking
 
40
msgid "Picking List"
 
41
msgstr "Picking List"
 
42
 
 
43
#. module: stock_invoice_average_price
 
44
#: field:account.invoice.line,quantity_picking:0
 
45
msgid "Quantity Picking"
 
46
msgstr "Quantity Picking"
 
47
 
 
48
#. module: stock_invoice_average_price
 
49
#: code:addons/stock_invoice_average_price/stock.py:55
 
50
#, python-format
 
51
msgid "Error, no partner !"
 
52
msgstr "Error, no partner !"
 
53
 
 
54
#. module: stock_invoice_average_price
 
55
#: code:addons/stock_invoice_average_price/stock.py:56
 
56
#, python-format
 
57
msgid "Please put a partner on the picking list if you want to generate invoice."
 
58
msgstr "Please put a partner on the picking list if you want to generate invoice."
 
59