Commit Graph

556 Commits

Author SHA1 Message Date
OCA Git Bot
af71e55c0a [ADD] setup.py 2017-06-07 04:43:49 +02:00
OCA Git Bot
c99a6be1b6 [UPD] addons table in README.md 2017-06-07 02:38:55 +02:00
Jordi Ballester
c07cd580e5 [ADD] new module 'stock_warehouse_orderpoint_stock_info_unreserved' 2017-06-06 13:33:13 +02:00
OCA Transbot
e753e12b25 OCA Transbot updated translations from Transifex 2017-06-03 11:53:09 +02:00
OCA Git Bot
6832a9d32e [UPD] addons table in README.md 2017-05-31 02:39:25 +02:00
OCA Git Bot
ed801573cc [ADD] setup.py 2017-05-30 04:43:23 +02:00
Pedro M. Baeza
14580edfcc Merge pull request #287 from Eficent/9.0-add-stock_removal_location_by_priority
[9.0][ADD] stock_removal_location_by_priority
2017-05-30 02:34:38 +02:00
Guewen Baconnier
c92dc140ed [IMP] stock_orderpoint_generator: Add Automatic Reordering Rules (#258)
And improve the wording

* Add an option to automatically generate rules

When a product variant is created with a (or several) rule template(s), it
automatically generates (on the fly) the corresponding rule(s). When a rule template
is modified, it automatically updates the existing rules of the linked
products (it uses the mechanism in place, disable the old and create a
fresh one). The latter update is done by a cron because it might take a
long time to update all the products reordering rules.

* Add documentation

* Copy orderpoint views to orderpoint templates

Unfortunately we cannot rely on the possibility to copy a view with
"inherit_id" + "mode=primary" in Odoo 9.0 in this use case (precisely
with a model that is a "copy by prototype").

The explanation:

We "copy by prototype" the model "stock.warehouse.orderpoint" to a new
"stock.warehouse.orderpoint.template" model (with both _inherit and
different _name). Before this commit, we were reusing the
stock.warehouse.orderpoint's views, just making the changes needed for
the templates. Thing is: when a third (unrelated) addon adds a column on
the model, the ORM doesn't add the column in the
stock.warehouse.orderpoint.template model. So the templates' views
complains about this unexisting field.

Therefore, copy-pasting the view ensure that changes on
'stock.warehouse.orderpoint' does not have any side effect on the
templates.

From Odoo 10.0, the "copy by prototype" reports the changes made on the
"prototype" model to the "copy" so we should be able to revert to the
"inherit_id" + "mode=primary" views.
2017-05-29 22:45:25 +02:00
lreficent
67d7093eb7 [9.0][IMP] stock_removal_location_by_priority: Add init_hook to speed up installation 2017-05-24 14:06:45 +02:00
mreficent
f7834bd259 [9.0][ADD] Stock Removal Location by Priority 2017-05-22 11:08:28 +02:00
OCA Transbot
a43914b477 OCA Transbot updated translations from Transifex 2017-05-20 11:33:56 +02:00
OCA Transbot
5d1a986909 OCA Transbot updated translations from Transifex 2017-05-13 11:34:04 +02:00
Pedro M. Baeza
deaeb2efc0 Merge pull request #266 from Tecnativa/9.0-fix_remove_reserved_lots
Fix: avoid remove assigned lots on manual assignement
2017-05-05 11:39:16 +02:00
OCA Git Bot
74c11126f6 [ADD] setup.py 2017-05-03 04:38:22 +02:00
OCA Git Bot
8da147f733 [UPD] addons table in README.md 2017-05-03 02:36:18 +02:00
lreficent
1dc61dfe9a [9.0][FIX] Solves issue when doing picking with several moves. 2017-05-02 10:18:39 +02:00
lreficent
fa20dbcc6a [IMP] tests. 2017-05-02 10:18:39 +02:00
lreficent
777325aca4 [IMP] stock_cycle_count:
* Update README.
 * Fixes: DEFAULT_SERVER_DATETIME_FORMAT, PERCENT variables and sale price calculation.
2017-05-02 10:18:39 +02:00
mreficent
dfa8f43b3b [ADD] Adding tests 2017-05-02 10:18:39 +02:00
lreficent
f6b0462b44 [ADD] stock_cycle_count 2017-05-02 10:18:39 +02:00
OCA Transbot
26c3658c63 OCA Transbot updated translations from Transifex 2017-05-02 03:09:00 +02:00
OCA Git Bot
4cb68b9f02 [ADD] setup.py 2017-04-26 04:42:04 +02:00
OCA Git Bot
3f92db3cdd [UPD] addons table in README.md 2017-04-26 02:38:04 +02:00
lreficent
58c13132b3 [IMP]: stock_inventory_verification_request:
* Add tests.
 * Several minor fixes.
 * Update README.
2017-04-25 15:48:55 +02:00
lreficent
f5cd970020 [ADD] stock_inventory_verification_request 2017-04-25 15:48:55 +02:00
Jordi Ballester Alomar
a5dccd08b8 stock_valuation_account_manual_adjustment (#228)
[ADD] stock_valuation_account_manual_adjustment
2017-04-25 12:30:40 +02:00
Pedro M. Baeza
a8f39ed66d [CHG] stock_quant_manual_assign: Update copyright and author 2017-04-02 04:08:58 +02:00
agaldona
173d609ef1 [FIX] stock_quant_manual_assign: computed field is not the same 2017-03-29 11:18:49 +02:00
OCA Git Bot
b827b0c74d [UPD] addons table in README.md 2017-03-28 02:46:22 +02:00
OCA Git Bot
d333e840f8 [UPD] addons table in README.md 2017-03-25 09:39:57 +01:00
cubells
3b40e2c1f2 Fix: avoid remove assigned lots on manual assignement 2017-03-21 19:59:51 +01:00
OCA Transbot
66332aa544 OCA Transbot updated translations from Transifex 2017-03-18 04:31:21 -04:00
darshan-serpent
b51723d288 [IMP] test coverage 2017-03-17 10:43:05 +01:00
OCA Git Bot
99be7775e7 [ADD] setup.py 2017-03-16 04:38:31 +01:00
OCA Git Bot
212704716c [UPD] addons table in README.md 2017-03-16 02:35:05 +01:00
jbeficent
e4ff326062 [ADD] [9.0] [stock_quant_reserved_qty_uom] 2017-03-15 18:27:05 +01:00
OCA Git Bot
65da7e5d03 [ADD] setup.py 2017-03-15 04:38:12 +01:00
OCA Git Bot
70e065f2ae [UPD] addons table in README.md 2017-03-15 02:34:57 +01:00
SerpentCS
f49bd66d9c [ADD] Migrated stock_inventory_revaluation module to v9. 2017-03-14 15:04:20 +01:00
Alexandre Fayolle
e09236987c flake8 fix 2017-03-14 15:04:20 +01:00
jbeficent
0b4592c06d [IMP] add the user that created the inventory revaluation, so that there's proper traceability 2017-03-14 15:04:20 +01:00
jbeficent
f6893e2b29 [IMP] The button to change standard price in product form now creates an inventory revaluation, instead of directly posting the journal entries. 2017-03-14 15:04:20 +01:00
jbeficent
f4049e128d [FIX] fix wizard methods 2017-03-14 15:04:20 +01:00
jbeficent
67c4800388 [FIX] pylint 2017-03-14 15:04:20 +01:00
jbeficent
b8b7d906eb [FIX] selection values 2017-03-14 15:04:20 +01:00
jbeficent
24d8a70920 [IMP] explain wizard for mass post 2017-03-14 15:04:20 +01:00
jbeficent
9c5ff301b8 [FIX] various fixes as per peer review 2017-03-14 15:04:20 +01:00
jbeficent
cad7b0eab7 [FIX] pylint 2017-03-14 15:04:20 +01:00
jbeficent
c0f3567970 [IMP] refactoring of the module to simplify 2017-03-14 15:04:20 +01:00
jbeficent
da2613d4a2 [ADD] stock_inventory_revaluation 2017-03-14 15:04:20 +01:00