lreficent
210e80f01e
[9.0][FIX] README
2017-06-21 10:39:20 +02:00
Jordi Ballester
8b381365b7
add module 'procurement_auto_create_group' to 9.0
2017-06-21 10:39:20 +02:00
OCA Transbot
d3e02e0bf0
OCA Transbot updated translations from Transifex
2017-06-10 12:35:17 +02:00
OCA Git Bot
777013e132
[ADD] setup.py
2017-06-10 04:43:55 +02:00
OCA Git Bot
3a25262618
[UPD] addons table in README.md
2017-06-10 02:39:49 +02:00
lreficent
50a66db15a
[9.0][IMP] stock_cycle_count: add server action to confirm several CC at a time
2017-06-09 18:05:21 +02:00
lreficent
077cc584ee
[9.0][IMP] stock_cycle_count: update existing cycle counts instead of cancel them.
2017-06-09 18:05:21 +02:00
lreficent
18e4919fb0
[9.0][IMP] stock_cycle_count: The configuration of an inventory adjustment related to a cycle count cannot be modified.
2017-06-09 18:05:21 +02:00
lreficent
896b0e463d
[9.0][IMP] stock_cycle_count: Enhance tree view with filter and colors.
2017-06-09 18:05:21 +02:00
lreficent
dfea03fe65
[9.0][FIX] stock_cycle_count: fields only editable in draft and add tracking to some of them.
2017-06-09 18:05:21 +02:00
lreficent
6695ef56ba
[9.0][FIX] stock_cycle_count: Fix a bug when combining automatic and manual creation of cycle counts.
2017-06-09 18:05:21 +02:00
lreficent
edc016c874
[9.0][FIX] stock_cycle_count: Do not propose cycle counts in the past.
2017-06-09 18:05:21 +02:00
lreficent
fbe2ac8e70
[9.0][IMP] stock_cycle_count: add the possibility to define rules for specific zones.
2017-06-09 18:05:21 +02:00
mreficent
c8497489f0
[IMP] Implementing @lmignon suggestion
2017-06-09 14:52:22 +02:00
mreficent
c4af2a49d6
[MIG] stock_inventory_lockdown
2017-06-09 14:52:22 +02:00
OCA Transbot
6ef149de4b
OCA Transbot updated translations from Transifex
2017-06-09 14:52:22 +02:00
Lionel Sausin & Loïc Bellier
d582e0e853
New module stock_inventory_lockdown
...
This module is a feature extracted from stock_inventory_location.
Ported to v8 and new API
Adopted latest OCA standards
Added tests
2017-06-09 14:52:22 +02:00
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