[tryton-debian-vcs] tryton-modules-sale-supply branch upstream updated. upstream/2.8.1-1-g3f92cc6

git repository hosting tryton-debian-vcs at m9s.biz
Mon Nov 25 19:37:31 UTC 2013


The following commit has been merged in the upstream branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-sale-supply.git;a=commitdiff;h=upstream/2.8.1-1-g3f92cc6

commit 3f92cc6c0416e2a0e21b90358485b24a9e125c4a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:28:17 2013 +0100

    Adding upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index 02af05b..cd2dc58 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 2.8.1 - 2013-06-09
+Version 3.0.0 - 2013-10-21
 * Bug fixes (see mercurial logs for details)
 
 Version 2.8.0 - 2013-04-22
diff --git a/PKG-INFO b/PKG-INFO
index 82c1c70..96d965c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply
-Version: 2.8.1
+Version: 3.0.0
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: sale_supply
         ===========
         
@@ -59,6 +59,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/locale/ca_ES.po b/locale/ca_ES.po
index 7402991..0f44502 100644
--- a/locale/ca_ES.po
+++ b/locale/ca_ES.po
@@ -16,7 +16,7 @@ msgstr "Estat de la sol·licitud de compra"
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid ""
-msgstr " "
+msgstr ""
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid "Cancel"
diff --git a/locale/ca_ES.po b/locale/sl_SI.po
similarity index 76%
copy from locale/ca_ES.po
copy to locale/sl_SI.po
index 7402991..2c7cfeb 100644
--- a/locale/ca_ES.po
+++ b/locale/sl_SI.po
@@ -4,28 +4,28 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:product.template,supply_on_sale:"
 msgid "Supply On Sale"
-msgstr "Subministra a la venda"
+msgstr "Dobava ob prodaji"
 
 msgctxt "field:sale.line,purchase_request:"
 msgid "Purchase Request"
-msgstr "Sol·licitud de compra"
+msgstr "Nabavni zahtevek"
 
 msgctxt "field:sale.line,purchase_request_state:"
 msgid "Purchase Request State"
-msgstr "Estat de la sol·licitud de compra"
+msgstr "Stanje nabavnega zahtevka"
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid ""
-msgstr " "
+msgstr ""
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid "Cancel"
-msgstr "Cancel·lat"
+msgstr "Preklicano"
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid "Purchased"
-msgstr "Comprat"
+msgstr "Nabavljeno"
 
 msgctxt "selection:sale.line,purchase_request_state:"
 msgid "Requested"
-msgstr "Sol·licitat"
+msgstr "Zahtevano"
diff --git a/sale.py b/sale.py
index ff52cc2..deb97ed 100644
--- a/sale.py
+++ b/sale.py
@@ -113,7 +113,7 @@ class SaleLine:
                 purchase_date=purchase_date,
                 supply_date=self.delivery_date,
                 company=self.sale.company,
-                warehouse=self.sale.warehouse,
+                warehouse=self.warehouse,
                 origin=self.sale,
                 )
 
diff --git a/setup.py b/setup.py
index 2df3e33..5bf3990 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(name='trytond_sale_supply',
         'Natural Language :: French',
         'Natural Language :: German',
         'Natural Language :: Russian',
+        'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2.6',
diff --git a/tests/__init__.py b/tests/__init__.py
index 75d535f..81becbb 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -2,3 +2,5 @@
 #this repository contains the full copyright notices and license terms.
 
 from test_sale_supply import suite
+
+__all__ = ['suite']
diff --git a/tests/scenario_sale_supply.rst b/tests/scenario_sale_supply.rst
index ca07232..6cf28e1 100644
--- a/tests/scenario_sale_supply.rst
+++ b/tests/scenario_sale_supply.rst
@@ -123,7 +123,7 @@ Create chart of accounts::
     >>> AccountTemplate = Model.get('account.account.template')
     >>> Account = Model.get('account.account')
     >>> AccountJournal = Model.get('account.journal')
-    >>> account_template, = AccountTemplate.find([('parent', '=', False)])
+    >>> account_template, = AccountTemplate.find([('parent', '=', None)])
     >>> create_chart = Wizard('account.create_chart')
     >>> create_chart.execute('account')
     >>> create_chart.form.account_template = account_template
diff --git a/tryton.cfg b/tryton.cfg
index 4cd7fec..4595cb7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=3.0.0
 depends:
     ir
     purchase
diff --git a/trytond_sale_supply.egg-info/PKG-INFO b/trytond_sale_supply.egg-info/PKG-INFO
index 142c698..40a45e0 100644
--- a/trytond_sale_supply.egg-info/PKG-INFO
+++ b/trytond_sale_supply.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-sale-supply
-Version: 2.8.1
+Version: 3.0.0
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: sale_supply
         ===========
         
@@ -59,6 +59,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/trytond_sale_supply.egg-info/SOURCES.txt b/trytond_sale_supply.egg-info/SOURCES.txt
index fe710e3..bf9f68d 100644
--- a/trytond_sale_supply.egg-info/SOURCES.txt
+++ b/trytond_sale_supply.egg-info/SOURCES.txt
@@ -21,6 +21,7 @@ locale/de_DE.po
 locale/es_AR.po
 locale/es_ES.po
 locale/fr_FR.po
+locale/sl_SI.po
 tests/scenario_sale_supply.rst
 trytond_sale_supply.egg-info/PKG-INFO
 trytond_sale_supply.egg-info/SOURCES.txt
diff --git a/trytond_sale_supply.egg-info/requires.txt b/trytond_sale_supply.egg-info/requires.txt
index dd345b6..6dc45a2 100644
--- a/trytond_sale_supply.egg-info/requires.txt
+++ b/trytond_sale_supply.egg-info/requires.txt
@@ -1,5 +1,5 @@
-trytond_purchase >= 2.8, < 2.9
-trytond_sale >= 2.8, < 2.9
-trytond_stock >= 2.8, < 2.9
-trytond_stock_supply >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_purchase >= 3.0, < 3.1
+trytond_sale >= 3.0, < 3.1
+trytond_stock >= 3.0, < 3.1
+trytond_stock_supply >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-sale-supply



More information about the tryton-debian-vcs mailing list