diff -Nru tryton-modules-stock-forecast-4.4.1/CHANGELOG tryton-modules-stock-forecast-4.6.0/CHANGELOG --- tryton-modules-stock-forecast-4.4.1/CHANGELOG 2017-09-04 20:33:50.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/CHANGELOG 2017-10-30 14:16:59.000000000 +0000 @@ -1,4 +1,4 @@ -Version 4.4.1 - 2017-09-04 +Version 4.6.0 - 2017-10-30 * Bug fixes (see mercurial logs for details) Version 4.4.0 - 2017-05-01 diff -Nru tryton-modules-stock-forecast-4.4.1/debian/changelog tryton-modules-stock-forecast-4.6.0/debian/changelog --- tryton-modules-stock-forecast-4.4.1/debian/changelog 2017-09-05 12:30:31.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/debian/changelog 2017-11-07 09:20:35.000000000 +0000 @@ -1,3 +1,11 @@ +tryton-modules-stock-forecast (4.6.0-1) unstable; urgency=medium + + * Bump the Standards-Version to 4.1.1, no changes needed. + * Merging upstream version 4.6.0. + * Use https in the watch file. + + -- Mathias Behrle Tue, 07 Nov 2017 10:20:35 +0100 + tryton-modules-stock-forecast (4.4.1-1) unstable; urgency=medium * Bump the Standards-Version to 4.1.0, no changes needed. diff -Nru tryton-modules-stock-forecast-4.4.1/debian/control tryton-modules-stock-forecast-4.6.0/debian/control --- tryton-modules-stock-forecast-4.4.1/debian/control 2017-09-05 12:30:30.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/debian/control 2017-11-06 13:41:22.000000000 +0000 @@ -8,7 +8,7 @@ dh-python, python3, python3-setuptools, -Standards-Version: 4.1.0 +Standards-Version: 4.1.1 Homepage: http://www.tryton.org/ Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-stock-forecast.git Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-stock-forecast.git diff -Nru tryton-modules-stock-forecast-4.4.1/debian/watch tryton-modules-stock-forecast-4.6.0/debian/watch --- tryton-modules-stock-forecast-4.4.1/debian/watch 2017-09-05 12:30:30.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/debian/watch 2017-11-07 09:15:37.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_stock_forecast-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) +opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_stock_forecast-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) diff -Nru tryton-modules-stock-forecast-4.4.1/.drone.yml tryton-modules-stock-forecast-4.6.0/.drone.yml --- tryton-modules-stock-forecast-4.4.1/.drone.yml 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/.drone.yml 2017-10-23 22:08:01.000000000 +0000 @@ -0,0 +1,51 @@ +clone: + hg: + image: plugins/hg + +pipeline: + tox: + image: ${IMAGE} + environment: + - CFLAGS=-O0 + - DB_CACHE=/cache + - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE + - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/ + commands: + - pip install tox + - tox -e "${TOXENV}-${DATABASE}" + volumes: + - cache:/root/.cache + +services: + postgresql: + image: postgres + when: + matrix: + DATABASE: postgresql + +matrix: + include: + - IMAGE: python:2.7 + TOXENV: py27 + DATABASE: sqlite + - IMAGE: python:2.7 + TOXENV: py27 + DATABASE: postgresql + - IMAGE: python:3.4 + TOXENV: py34 + DATABASE: sqlite + - IMAGE: python:3.4 + TOXENV: py34 + DATABASE: postgresql + - IMAGE: python:3.5 + TOXENV: py35 + DATABASE: sqlite + - IMAGE: python:3.5 + TOXENV: py35 + DATABASE: postgresql + - IMAGE: python:3.6 + TOXENV: py36 + DATABASE: sqlite + - IMAGE: python:3.6 + TOXENV: py36 + DATABASE: postgresql diff -Nru tryton-modules-stock-forecast-4.4.1/forecast.py tryton-modules-stock-forecast-4.6.0/forecast.py --- tryton-modules-stock-forecast-4.4.1/forecast.py 2017-08-02 08:00:22.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/forecast.py 2017-09-27 16:51:48.000000000 +0000 @@ -193,7 +193,7 @@ @classmethod def search_rec_name(cls, name, clause): - return [('warehouse',) + tuple(clause[1:])] + return [('warehouse.rec_name',) + tuple(clause[1:])] @classmethod def validate(cls, forecasts): @@ -403,7 +403,7 @@ @classmethod def search_rec_name(cls, name, clause): - return [('product',) + tuple(clause[1:])] + return [('product.rec_name',) + tuple(clause[1:])] @classmethod def get_quantity_executed(cls, lines, name): diff -Nru tryton-modules-stock-forecast-4.4.1/.hgtags tryton-modules-stock-forecast-4.6.0/.hgtags --- tryton-modules-stock-forecast-4.4.1/.hgtags 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/.hgtags 2017-10-30 14:16:59.000000000 +0000 @@ -0,0 +1,18 @@ +b9ba6291ff01f9f6ceaa7685324e385aaad70ed8 1.2.0 +ddd1eccfec75e5a7c29f1679e68987ec16c4079b 1.4.0 +ec15c191467d843cee84661735d8e6b1a614e87f 1.6.0 +3e2d602a2d7bef0d69b99daa0c2c82bc98bbe3f0 1.8.0 +a0bef2c542a5d734e6a7f9d7984e945156cf5be2 2.0.0 +2745e0851b7da8701df441dac1b27e8ec95f5b5e 2.2.0 +7f0bb8e8f9faba66514b88819a8cf38cf79490d3 2.4.0 +88b74de7c907a886cc73be70f38d624ac7ebee19 2.6.0 +ca9d55dd442d515a52a3fcfc8fc60f784ea5e906 2.8.0 +94dfb0ac9d740888fa59ba2d58a9a5c0aef409e1 3.0.0 +9658f3f89a68c82b80138a37a115b764657493c5 3.2.0 +4d5fc8837f7eae07f8634d718b3ae2903b6ae60a 3.4.0 +d22c87db76f1557f048c68f6ad3ad87776b41079 3.6.0 +229754c2419cb9201649abe4a937457458a87c31 3.8.0 +d8d9d25f84964e131574d5c2af10127d5def2de1 4.0.0 +5dcd83fc7e31a660b1bf3481e82fd66fe913917d 4.2.0 +ca7feded741ba1714157280cdb4012d5ec0eee34 4.4.0 +b8a5320254d19e69acf55a9e0d15efd1617963ac 4.6.0 diff -Nru tryton-modules-stock-forecast-4.4.1/locale/bg.po tryton-modules-stock-forecast-4.6.0/locale/bg.po --- tryton-modules-stock-forecast-4.4.1/locale/bg.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/bg.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -66,8 +66,8 @@ msgstr "Редове" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Име" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -154,8 +154,8 @@ msgstr "Изпълнено количество" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Име" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -194,8 +194,8 @@ msgstr "Движение" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Име" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/ca.po tryton-modules-stock-forecast-4.6.0/locale/ca.po --- tryton-modules-stock-forecast-4.4.1/locale/ca.po 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/ca.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -67,8 +67,8 @@ msgstr "Línies" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom del registre" msgctxt "field:stock.forecast,state:" msgid "State" @@ -155,8 +155,8 @@ msgstr "Quantitats executades" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom del registre" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -195,8 +195,8 @@ msgstr "Moviment" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom del registre" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/cs.po tryton-modules-stock-forecast-4.6.0/locale/cs.po --- tryton-modules-stock-forecast-4.4.1/locale/cs.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/cs.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -64,10 +64,9 @@ msgid "Lines" msgstr "" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -153,10 +152,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -194,10 +192,9 @@ msgid "Move" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/de.po tryton-modules-stock-forecast-4.6.0/locale/de.po --- tryton-modules-stock-forecast-4.4.1/locale/de.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/de.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -70,8 +70,8 @@ msgstr "Positionen" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Name" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -158,8 +158,8 @@ msgstr "Anzahl ausgeführt" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Name" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -198,8 +198,8 @@ msgstr "Bewegung" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Name" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/es_419.po tryton-modules-stock-forecast-4.6.0/locale/es_419.po --- tryton-modules-stock-forecast-4.4.1/locale/es_419.po 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/es_419.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -65,7 +65,7 @@ msgstr "" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast,state:" @@ -153,7 +153,7 @@ msgstr "Cantidad ejecutada" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" @@ -193,7 +193,7 @@ msgstr "" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/es.po tryton-modules-stock-forecast-4.6.0/locale/es.po --- tryton-modules-stock-forecast-4.4.1/locale/es.po 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/es.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -67,8 +67,8 @@ msgstr "Líneas" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Nombre" +msgid "Record Name" +msgstr "Nombre del registro" msgctxt "field:stock.forecast,state:" msgid "State" @@ -155,8 +155,8 @@ msgstr "Cantidades ejecutadas" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Nombre" +msgid "Record Name" +msgstr "Nombre del registro" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -195,8 +195,8 @@ msgstr "Movimiento" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Nombre" +msgid "Record Name" +msgstr "Nombre del registro" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/fr.po tryton-modules-stock-forecast-4.6.0/locale/fr.po --- tryton-modules-stock-forecast-4.4.1/locale/fr.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/fr.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -68,8 +68,8 @@ msgstr "Lignes" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom de l'enregistrement" msgctxt "field:stock.forecast,state:" msgid "State" @@ -156,8 +156,8 @@ msgstr "Quantité exécutée" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom de l'enregistrement" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -196,8 +196,8 @@ msgstr "Mouvement" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Nom" +msgid "Record Name" +msgstr "Nom de l'enregistrement" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/hu_HU.po tryton-modules-stock-forecast-4.6.0/locale/hu_HU.po --- tryton-modules-stock-forecast-4.4.1/locale/hu_HU.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/hu_HU.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -67,8 +67,8 @@ msgstr "Pozíció" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Név" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -155,8 +155,8 @@ msgstr "Mennyiség kész" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Név" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -195,10 +195,9 @@ msgid "Move" msgstr "Lépések" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Név" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/it_IT.po tryton-modules-stock-forecast-4.6.0/locale/it_IT.po --- tryton-modules-stock-forecast-4.4.1/locale/it_IT.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/it_IT.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -71,10 +71,9 @@ msgid "Lines" msgstr "Righe" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast,state:" @@ -177,10 +176,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line,unit_digits:" @@ -225,10 +223,9 @@ msgid "Move" msgstr "Movimento" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/ja_JP.po tryton-modules-stock-forecast-4.6.0/locale/ja_JP.po --- tryton-modules-stock-forecast-4.4.1/locale/ja_JP.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/ja_JP.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -65,7 +65,7 @@ msgstr "" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast,state:" @@ -154,7 +154,7 @@ msgstr "" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" @@ -194,7 +194,7 @@ msgstr "" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" +msgid "Record Name" msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/lo.po tryton-modules-stock-forecast-4.6.0/locale/lo.po --- tryton-modules-stock-forecast-4.4.1/locale/lo.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/lo.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -71,10 +71,9 @@ msgid "Lines" msgstr "ຮ່ວງ" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "ຊື່" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast,state:" @@ -176,10 +175,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "ຊື່" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line,unit_digits:" @@ -224,10 +222,9 @@ msgid "Move" msgstr "ເຄື່ອນໄຫວ" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "ຊື່" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/lt.po tryton-modules-stock-forecast-4.6.0/locale/lt.po --- tryton-modules-stock-forecast-4.4.1/locale/lt.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/lt.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -64,10 +64,9 @@ msgid "Lines" msgstr "" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -153,10 +152,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -194,10 +192,9 @@ msgid "Move" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Namu" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/nl.po tryton-modules-stock-forecast-4.6.0/locale/nl.po --- tryton-modules-stock-forecast-4.4.1/locale/nl.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/nl.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -71,10 +71,9 @@ msgid "Lines" msgstr "Regels" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Naam bijlage" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast,state:" @@ -175,10 +174,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Naam bijlage" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line,unit_digits:" @@ -223,10 +221,9 @@ msgid "Move" msgstr "Boeking" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Naam bijlage" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/pl.po tryton-modules-stock-forecast-4.6.0/locale/pl.po --- tryton-modules-stock-forecast-4.4.1/locale/pl.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/pl.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,10 +1,10 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" msgctxt "error:stock.forecast.complete:" msgid "\"From Date\" should be smaller than \"To Date\"." -msgstr "" +msgstr "\"Od daty\" musi być wcześniej niż \"Do daty\"." msgctxt "error:stock.forecast.line:" msgid "Line quantity must be greater than the minimal quantity" @@ -20,7 +20,7 @@ msgctxt "error:stock.forecast:" msgid "\"To Date\" must be greater than \"From Date\"" -msgstr "" +msgstr "\"Do daty\" musi być później niż \"Od daty\"" msgctxt "error:stock.forecast:" msgid "" @@ -34,87 +34,87 @@ msgctxt "field:stock.forecast,active:" msgid "Active" -msgstr "" +msgstr "Aktywna" msgctxt "field:stock.forecast,company:" msgid "Company" -msgstr "" +msgstr "Firma" msgctxt "field:stock.forecast,create_date:" msgid "Create Date" -msgstr "" +msgstr "Data utworzenia" msgctxt "field:stock.forecast,create_uid:" msgid "Create User" -msgstr "" +msgstr "Utworzył" msgctxt "field:stock.forecast,destination:" msgid "Destination" -msgstr "" +msgstr "Cel" msgctxt "field:stock.forecast,from_date:" msgid "From Date" -msgstr "" +msgstr "Od dnia" msgctxt "field:stock.forecast,id:" msgid "ID" -msgstr "" +msgstr "ID" msgctxt "field:stock.forecast,lines:" msgid "Lines" -msgstr "" +msgstr "Wiersze" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "" +msgid "Record Name" +msgstr "Nazwa rekordu" msgctxt "field:stock.forecast,state:" msgid "State" -msgstr "" +msgstr "Stan" msgctxt "field:stock.forecast,to_date:" msgid "To Date" -msgstr "" +msgstr "Do dnia" msgctxt "field:stock.forecast,warehouse:" msgid "Location" -msgstr "" +msgstr "Lokalizacja" msgctxt "field:stock.forecast,write_date:" msgid "Write Date" -msgstr "" +msgstr "Data zapisu" msgctxt "field:stock.forecast,write_uid:" msgid "Write User" -msgstr "" +msgstr "Zapisał" msgctxt "field:stock.forecast.complete.ask,from_date:" msgid "From Date" -msgstr "" +msgstr "Od dnia" msgctxt "field:stock.forecast.complete.ask,id:" msgid "ID" -msgstr "" +msgstr "ID" msgctxt "field:stock.forecast.complete.ask,to_date:" msgid "To Date" -msgstr "" +msgstr "Do dnia" msgctxt "field:stock.forecast.complete.choose,id:" msgid "ID" -msgstr "" +msgstr "ID" msgctxt "field:stock.forecast.complete.choose,products:" msgid "Products" -msgstr "" +msgstr "Produkty" msgctxt "field:stock.forecast.line,create_date:" msgid "Create Date" -msgstr "" +msgstr "Data utworzenia" msgctxt "field:stock.forecast.line,create_uid:" msgid "Create User" -msgstr "" +msgstr "Utworzył" #, fuzzy msgctxt "field:stock.forecast.line,forecast:" @@ -127,63 +127,63 @@ msgctxt "field:stock.forecast.line,id:" msgid "ID" -msgstr "" +msgstr "ID" msgctxt "field:stock.forecast.line,minimal_quantity:" msgid "Minimal Qty" -msgstr "" +msgstr "Minimalna ilość" msgctxt "field:stock.forecast.line,moves:" msgid "Moves" -msgstr "" +msgstr "Ruchy" msgctxt "field:stock.forecast.line,product:" msgid "Product" -msgstr "" +msgstr "Produkt" msgctxt "field:stock.forecast.line,product_uom_category:" msgid "Product Uom Category" -msgstr "" +msgstr "Kategoria jm produktu" msgctxt "field:stock.forecast.line,quantity:" msgid "Quantity" -msgstr "" +msgstr "Ilość" msgctxt "field:stock.forecast.line,quantity_executed:" msgid "Quantity Executed" msgstr "" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "" +msgid "Record Name" +msgstr "Nazwa rekordu" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" -msgstr "" +msgstr "Cyfry jednostki" msgctxt "field:stock.forecast.line,uom:" msgid "UOM" -msgstr "" +msgstr "Jm" msgctxt "field:stock.forecast.line,write_date:" msgid "Write Date" -msgstr "" +msgstr "Data zapisu" msgctxt "field:stock.forecast.line,write_uid:" msgid "Write User" -msgstr "" +msgstr "Zapisał" msgctxt "field:stock.forecast.line-stock.move,create_date:" msgid "Create Date" -msgstr "" +msgstr "Data utworzenia" msgctxt "field:stock.forecast.line-stock.move,create_uid:" msgid "Create User" -msgstr "" +msgstr "Utworzył" msgctxt "field:stock.forecast.line-stock.move,id:" msgid "ID" -msgstr "" +msgstr "ID" msgctxt "field:stock.forecast.line-stock.move,line:" msgid "Forecast Line" @@ -191,48 +191,48 @@ msgctxt "field:stock.forecast.line-stock.move,move:" msgid "Move" -msgstr "" +msgstr "Ruch" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "" +msgid "Record Name" +msgstr "Nazwa rekordu" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" -msgstr "" +msgstr "Data zapisu" msgctxt "field:stock.forecast.line-stock.move,write_uid:" msgid "Write User" -msgstr "" +msgstr "Zapisał" msgctxt "model:ir.action,name:act_forecast_form" msgid "Forecasts" -msgstr "Forecasts" +msgstr "" msgctxt "model:ir.action,name:wizard_forecast_complete" msgid "Complete Forecast" -msgstr "Complete Forecast" +msgstr "" msgctxt "model:ir.action.act_window.domain,name:act_forecast_form_domain_all" msgid "All" -msgstr "All" +msgstr "" msgctxt "model:ir.action.act_window.domain,name:act_forecast_form_domain_done" msgid "Done" -msgstr "Done" +msgstr "Wykonano" msgctxt "" "model:ir.action.act_window.domain,name:act_forecast_form_domain_draft" msgid "Draft" -msgstr "Draft" +msgstr "" msgctxt "model:ir.ui.menu,name:menu_forecast_form" msgid "Forecasts" -msgstr "Forecasts" +msgstr "" msgctxt "model:res.group,name:group_stock_forecast" msgid "Stock Forecast" -msgstr "Stock Forecast" +msgstr "" #, fuzzy msgctxt "model:stock.forecast,name:" @@ -259,12 +259,11 @@ msgctxt "selection:stock.forecast,state:" msgid "Cancel" -msgstr "" +msgstr "Anuluj" -#, fuzzy msgctxt "selection:stock.forecast,state:" msgid "Done" -msgstr "Done" +msgstr "Wykonano" #, fuzzy msgctxt "selection:stock.forecast,state:" @@ -273,12 +272,11 @@ msgctxt "selection:stock.forecast.line,forecast_state:" msgid "Cancel" -msgstr "" +msgstr "Anuluj" -#, fuzzy msgctxt "selection:stock.forecast.line,forecast_state:" msgid "Done" -msgstr "Done" +msgstr "Wykonano" #, fuzzy msgctxt "selection:stock.forecast.line,forecast_state:" @@ -291,7 +289,7 @@ msgctxt "view:stock.forecast:" msgid "Cancel" -msgstr "" +msgstr "Anuluj" #, fuzzy msgctxt "view:stock.forecast:" @@ -300,7 +298,7 @@ msgctxt "view:stock.forecast:" msgid "Confirm" -msgstr "" +msgstr "Potwierdź" msgctxt "view:stock.forecast:" msgid "Reset to Draft" @@ -308,7 +306,7 @@ msgctxt "wizard_button:stock.forecast.complete,ask,choose:" msgid "Choose Products" -msgstr "" +msgstr "Wybierz produkty" msgctxt "wizard_button:stock.forecast.complete,ask,complete:" msgid "Complete" @@ -316,11 +314,11 @@ msgctxt "wizard_button:stock.forecast.complete,ask,end:" msgid "Cancel" -msgstr "" +msgstr "Anuluj" msgctxt "wizard_button:stock.forecast.complete,choose,ask:" msgid "Choose Dates" -msgstr "" +msgstr "Wybierz daty" msgctxt "wizard_button:stock.forecast.complete,choose,complete:" msgid "Complete" @@ -328,4 +326,4 @@ msgctxt "wizard_button:stock.forecast.complete,choose,end:" msgid "Cancel" -msgstr "" +msgstr "Anuluj" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/pt_BR.po tryton-modules-stock-forecast-4.6.0/locale/pt_BR.po --- tryton-modules-stock-forecast-4.4.1/locale/pt_BR.po 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/pt_BR.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -67,8 +67,8 @@ msgstr "Linhas" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "Nome do Registro" msgctxt "field:stock.forecast,state:" msgid "State" @@ -155,8 +155,8 @@ msgstr "Quantidade Executada" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "Nome do Registro" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -195,8 +195,8 @@ msgstr "Movimentação" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Nome" +msgid "Record Name" +msgstr "Nome do Registro" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/ru.po tryton-modules-stock-forecast-4.6.0/locale/ru.po --- tryton-modules-stock-forecast-4.4.1/locale/ru.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/ru.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -68,8 +68,8 @@ msgstr "Строки" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Наименование" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -156,8 +156,8 @@ msgstr "Кол-во выполнено" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Наименование" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -196,8 +196,8 @@ msgstr "Перемещение" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Наименование" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/sl.po tryton-modules-stock-forecast-4.6.0/locale/sl.po --- tryton-modules-stock-forecast-4.4.1/locale/sl.po 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/sl.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -67,8 +67,8 @@ msgstr "Postavke" msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "Ime" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast,state:" msgid "State" @@ -155,8 +155,8 @@ msgstr "Izvedena količina" msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "Ime" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -195,8 +195,8 @@ msgstr "Promet" msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "Ime" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line-stock.move,write_date:" msgid "Write Date" diff -Nru tryton-modules-stock-forecast-4.4.1/locale/zh_CN.po tryton-modules-stock-forecast-4.6.0/locale/zh_CN.po --- tryton-modules-stock-forecast-4.4.1/locale/zh_CN.po 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/locale/zh_CN.po 2017-10-28 22:46:42.000000000 +0000 @@ -1,4 +1,4 @@ -# +# msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" @@ -68,10 +68,9 @@ msgid "Lines" msgstr "" -#, fuzzy msgctxt "field:stock.forecast,rec_name:" -msgid "Name" -msgstr "纳木" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast,state:" @@ -165,10 +164,9 @@ msgid "Quantity Executed" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line,rec_name:" -msgid "Name" -msgstr "纳木" +msgid "Record Name" +msgstr "" msgctxt "field:stock.forecast.line,unit_digits:" msgid "Unit Digits" @@ -211,10 +209,9 @@ msgid "Move" msgstr "" -#, fuzzy msgctxt "field:stock.forecast.line-stock.move,rec_name:" -msgid "Name" -msgstr "纳木" +msgid "Record Name" +msgstr "" #, fuzzy msgctxt "field:stock.forecast.line-stock.move,write_date:" diff -Nru tryton-modules-stock-forecast-4.4.1/PKG-INFO tryton-modules-stock-forecast-4.6.0/PKG-INFO --- tryton-modules-stock-forecast-4.4.1/PKG-INFO 2017-09-04 20:33:51.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/PKG-INFO 2017-10-30 14:17:00.000000000 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: trytond_stock_forecast -Version: 4.4.1 +Version: 4.6.0 Summary: Tryton module with stock forecasts Home-page: http://www.tryton.org/ Author: Tryton Author-email: issue_tracker@tryton.org License: GPL-3 -Download-URL: http://downloads.tryton.org/4.4/ +Download-URL: http://downloads.tryton.org/4.6/ Description: trytond_stock_forecast ====================== @@ -70,9 +70,9 @@ Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business diff -Nru tryton-modules-stock-forecast-4.4.1/setup.py tryton-modules-stock-forecast-4.6.0/setup.py --- tryton-modules-stock-forecast-4.4.1/setup.py 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/setup.py 2017-10-23 22:08:01.000000000 +0000 @@ -97,9 +97,9 @@ 'Natural Language :: Spanish', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Office/Business', diff -Nru tryton-modules-stock-forecast-4.4.1/tests/test_stock_forecast.py tryton-modules-stock-forecast-4.6.0/tests/test_stock_forecast.py --- tryton-modules-stock-forecast-4.4.1/tests/test_stock_forecast.py 2017-05-01 21:25:01.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/tests/test_stock_forecast.py 2017-07-05 12:55:46.000000000 +0000 @@ -46,10 +46,8 @@ template, = Template.create([{ 'name': 'Test create_moves', 'type': 'goods', - 'cost_price_method': 'fixed', 'default_uom': unit.id, 'list_price': Decimal('1'), - 'cost_price': Decimal(0), }]) product, = Product.create([{ 'template': template.id, @@ -125,10 +123,8 @@ template, = Template.create([{ 'name': 'Test complete', 'type': 'goods', - 'cost_price_method': 'fixed', 'default_uom': unit.id, 'list_price': Decimal('1'), - 'cost_price': Decimal(0), }]) product, = Product.create([{ 'template': template.id, diff -Nru tryton-modules-stock-forecast-4.4.1/tox.ini tryton-modules-stock-forecast-4.6.0/tox.ini --- tryton-modules-stock-forecast-4.4.1/tox.ini 1970-01-01 00:00:00.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/tox.ini 2017-10-23 22:08:01.000000000 +0000 @@ -0,0 +1,18 @@ +[tox] +envlist = {py27,py34,py35,py36}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql} + +[testenv] +commands = {envpython} setup.py test +deps = + {py27,py34,py35,py36}-postgresql: psycopg2 >= 2.5 + pypy-postgresql: psycopg2cffi >= 2.5 + mysql: MySQL-python + sqlite: sqlitebck +setenv = + sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://} + postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://} + mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://} + sqlite: DB_NAME={env:SQLITE_NAME::memory:} + postgresql: DB_NAME={env:POSTGRESQL_NAME:test} + mysql: DB_NAME={env:MYSQL_NAME:test} +install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages} diff -Nru tryton-modules-stock-forecast-4.4.1/tryton.cfg tryton-modules-stock-forecast-4.6.0/tryton.cfg --- tryton-modules-stock-forecast-4.4.1/tryton.cfg 2017-08-02 08:00:24.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/tryton.cfg 2017-10-30 14:16:57.000000000 +0000 @@ -1,5 +1,5 @@ [tryton] -version=4.4.1 +version=4.6.0 depends: company ir diff -Nru tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/PKG-INFO tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/PKG-INFO --- tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/PKG-INFO 2017-09-04 20:33:51.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/PKG-INFO 2017-10-30 14:17:00.000000000 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: trytond-stock-forecast -Version: 4.4.1 +Version: 4.6.0 Summary: Tryton module with stock forecasts Home-page: http://www.tryton.org/ Author: Tryton Author-email: issue_tracker@tryton.org License: GPL-3 -Download-URL: http://downloads.tryton.org/4.4/ +Download-URL: http://downloads.tryton.org/4.6/ Description: trytond_stock_forecast ====================== @@ -70,9 +70,9 @@ Classifier: Natural Language :: Spanish Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business diff -Nru tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/requires.txt tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/requires.txt --- tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/requires.txt 2017-09-04 20:33:51.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/requires.txt 2017-10-30 14:17:00.000000000 +0000 @@ -1,6 +1,6 @@ python-dateutil python-sql >= 0.4 -trytond_company >= 4.4, < 4.5 -trytond_product >= 4.4, < 4.5 -trytond_stock >= 4.4, < 4.5 -trytond >= 4.4, < 4.5 +trytond_company >= 4.6, < 4.7 +trytond_product >= 4.6, < 4.7 +trytond_stock >= 4.6, < 4.7 +trytond >= 4.6, < 4.7 diff -Nru tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/SOURCES.txt tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/SOURCES.txt --- tryton-modules-stock-forecast-4.4.1/trytond_stock_forecast.egg-info/SOURCES.txt 2017-09-04 20:33:51.000000000 +0000 +++ tryton-modules-stock-forecast-4.6.0/trytond_stock_forecast.egg-info/SOURCES.txt 2017-10-30 14:17:00.000000000 +0000 @@ -1,11 +1,16 @@ +.drone.yml +.hgtags CHANGELOG COPYRIGHT INSTALL LICENSE MANIFEST.in README +__init__.py +forecast.py forecast.xml setup.py +tox.ini tryton.cfg ./__init__.py ./forecast.py @@ -56,6 +61,8 @@ locale/ru.po locale/sl.po locale/zh_CN.po +tests/__init__.py +tests/test_stock_forecast.py trytond_stock_forecast.egg-info/PKG-INFO trytond_stock_forecast.egg-info/SOURCES.txt trytond_stock_forecast.egg-info/dependency_links.txt