[tryton-debian-vcs] tryton-modules-sale-invoice-grouping branch debian updated. debian/3.2.1-1-4-g43d68f8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:17:54 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-invoice-grouping.git;a=commitdiff;h=debian/3.2.1-1-4-g43d68f8
commit 43d68f893365910348869ed833353f0e1b382ea2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 23 13:32:07 2014 +0200
Releasing debian version 3.4.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index d3c772f..6b41a5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-invoice-grouping (3.4.0-1) unstable; urgency=medium
+
+ * Adding actual upstream signing key.
+ * Updating to Standards-Version: 3.9.6, no changes needed.
+ * Merging upstream version 3.4.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 21 Oct 2014 20:24:24 +0200
+
tryton-modules-sale-invoice-grouping (3.2.1-1) unstable; urgency=medium
* Updating signing key while using now plain .asc files instead of .pgp
commit 3520f7d564c1aef943abf97fc05148bc3ae42eec
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 21 11:29:20 2014 +0200
Merging upstream version 3.4.0.
diff --git a/CHANGELOG b/CHANGELOG
index c71e98a..dd64fdd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 3.2.1 - 2014-07-02
+Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
Version 3.2.0 - 2014-04-21
diff --git a/PKG-INFO b/PKG-INFO
index 8c7d61c..af685e3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_sale_invoice_grouping
-Version: 3.2.1
+Version: 3.4.0
Summary: Tryton module to group sale invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: sale_invoice_grouping
=====================
diff --git a/locale/es_EC.po b/locale/es_EC.po
new file mode 100644
index 0000000..b401bd2
--- /dev/null
+++ b/locale/es_EC.po
@@ -0,0 +1,19 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:party.party,sale_invoice_grouping_method:"
+msgid "Sale Invoice Grouping Method"
+msgstr "Método de Agrupación de Facturas de Venta"
+
+msgctxt "selection:party.party,sale_invoice_grouping_method:"
+msgid "None"
+msgstr "Ninguno"
+
+msgctxt "selection:party.party,sale_invoice_grouping_method:"
+msgid "Standard"
+msgstr "Estándar"
+
+msgctxt "view:party.party:"
+msgid "Invoicing"
+msgstr "Facturación"
diff --git a/sale.py b/sale.py
index 929c450..062f485 100644
--- a/sale.py
+++ b/sale.py
@@ -42,10 +42,9 @@ class Sale:
Invoice = Pool().get('account.invoice')
invoice = super(Sale, self)._get_invoice_sale(invoice_type)
if self.invoice_grouping_method:
- with Transaction().set_user(0, set_context=True):
- domain = self._get_grouped_invoice_domain(invoice)
- order = self._get_grouped_invoice_order()
- grouped_invoices = Invoice.search(domain, order=order, limit=1)
+ domain = self._get_grouped_invoice_domain(invoice)
+ order = self._get_grouped_invoice_order()
+ grouped_invoices = Invoice.search(domain, order=order, limit=1)
if grouped_invoices:
invoice, = grouped_invoices
return invoice
diff --git a/tryton.cfg b/tryton.cfg
index aa180fe..4ff13cc 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.1
+version=3.4.0
depends:
ir
res
diff --git a/trytond_sale_invoice_grouping.egg-info/PKG-INFO b/trytond_sale_invoice_grouping.egg-info/PKG-INFO
index 349dc2e..36efeb5 100644
--- a/trytond_sale_invoice_grouping.egg-info/PKG-INFO
+++ b/trytond_sale_invoice_grouping.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-sale-invoice-grouping
-Version: 3.2.1
+Version: 3.4.0
Summary: Tryton module to group sale invoices
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: sale_invoice_grouping
=====================
diff --git a/trytond_sale_invoice_grouping.egg-info/SOURCES.txt b/trytond_sale_invoice_grouping.egg-info/SOURCES.txt
index 81af19e..ee36513 100644
--- a/trytond_sale_invoice_grouping.egg-info/SOURCES.txt
+++ b/trytond_sale_invoice_grouping.egg-info/SOURCES.txt
@@ -9,12 +9,25 @@ setup.py
tryton.cfg
./__init__.py
./party.py
+./party.xml
./sale.py
+./tryton.cfg
+./locale/ca_ES.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_EC.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/sl_SI.po
+./tests/scenario_sale_invoice_grouping.rst
+./view/party_form.xml
doc/index.rst
locale/ca_ES.po
locale/de_DE.po
locale/es_AR.po
locale/es_CO.po
+locale/es_EC.po
locale/es_ES.po
locale/fr_FR.po
locale/sl_SI.po
diff --git a/trytond_sale_invoice_grouping.egg-info/requires.txt b/trytond_sale_invoice_grouping.egg-info/requires.txt
index e814ea0..d5ff25f 100644
--- a/trytond_sale_invoice_grouping.egg-info/requires.txt
+++ b/trytond_sale_invoice_grouping.egg-info/requires.txt
@@ -1,4 +1,4 @@
-trytond_party >= 3.2, < 3.3
-trytond_account_invoice >= 3.2, < 3.3
-trytond_sale >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_party >= 3.4, < 3.5
+trytond_account_invoice >= 3.4, < 3.5
+trytond_sale >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
--
tryton-modules-sale-invoice-grouping
More information about the tryton-debian-vcs
mailing list