ahenriquez
2c9120fb34
[FIX]UsreError to Validation Error
2019-10-31 17:32:24 +01:00
ahenriquez
4134c805bb
[FIX]move constraint from the rma order to the line
2019-10-31 17:32:24 +01:00
ahenriquez
a771fd24c9
[FIX] description on rma models
2019-10-08 18:08:23 +02:00
ahenriquez
a301d60d19
[IMP]return qty instead of ordered qty
2019-09-23 17:45:51 +02:00
ahenriquez
4185686d8e
[FIX]supplier lines field description
2019-09-23 14:04:58 +02:00
ahenriquez
9f00fda227
[ENH]activate description also fro customer RMAs
...
[ENH]add term and conditions field to be printed and send to the partner
[FIX]do not show rma groups on the rma line form view if they are not activated
2019-09-20 11:35:43 +02:00
Aaron Henriquez
ff2b98baca
[FIX]consistency group vs line in the picking count methods
2019-08-02 14:09:03 +02:00
Aaron Henriquez
c93259b0e5
[FIX]do not copy name when duplicating
2019-07-11 16:39:50 +02:00
Alexandre Fayolle
aafaafb701
[FIX] wrong company on stock rules
...
when working with odoobot account, you would get the wrong company_id
on the RMA stock.rules of the warehouse on which you enabled RMA
2019-06-21 14:36:00 +02:00
Alexandre Fayolle
fa3fa925bd
[FIX] multicompany security
...
the rma module had company_id fields on rma.order and rma.order.line but not on rma.operation,
and no global multicompany record rules.
-> we fix this and avoid a mess with people allowed to see an operation in the drop down list
but unable to use it because if points to a warehouse of another company
2019-06-19 00:19:34 +02:00
Bhavesh Odedra
ba6e007b4d
[FIX] Class typo, ProcurementRule is StockRule in V12.0
2019-06-05 16:12:47 +02:00
Akim Juillerat
5a9fed3301
Define default value for required fields
2019-03-18 18:13:25 +01:00
Akim Juillerat
21d340cc23
Use strings on fields compute to allow inheritance
2019-03-18 17:42:49 +01:00
Akim Juillerat
a6efa3b5e4
Proxy fields defaults with lambda to allow inheritance
2019-03-18 17:42:49 +01:00
Beñat Jimenez
95bbc3d00e
[FIX] qty_delivered is not updated properly
2019-02-14 09:37:35 +01:00
Adrià Gil Sorribes
fa6dc84e15
[12.0][MIG] Migrate rma module to v12.0
2018-11-21 10:45:53 +01:00
aaron
d0ceb9c77f
[FIX]RMA location company is the warehouse company
2018-11-21 10:45:53 +01:00
aheficent
13a433db87
[FIX]compute_qty_to_receive
2018-11-21 10:45:53 +01:00
aheficent
a126e23a9b
[MIG]rma v110.0.2.0.0
2018-11-21 10:45:53 +01:00
Bhavesh Odedra
982f548d4d
[FIX] TypeError: unhashable type: 'list'
2018-11-21 10:45:53 +01:00
Bhavesh Odedra
e16d5e0951
[IMP] Various improvements
2018-11-21 10:45:53 +01:00
Jordi Ballester
913cebc176
multiple fixes
2018-11-21 10:45:53 +01:00
Maxime Chambreuil
9868afa242
[FIX] Errors from tests
2018-11-21 10:45:53 +01:00
Maxime Chambreuil
a13a098c24
[MIG] Migrate configuration and cleanup
2018-11-21 10:45:53 +01:00
Maxime Chambreuil
1978e32a05
[FIX] Permissions and remove (en)coding
2018-11-21 10:45:53 +01:00
Bhavesh Odedra
841fd8b7ec
[11.0] MIG: RMA module
2018-11-21 10:45:53 +01:00
aheficent
a83db085a2
[FIX]compute qty when stock moves but not procurements
2018-11-21 10:45:53 +01:00
aheficent
e6e71754a4
[FIX]moved_qty uses moves not procurements
2018-11-21 10:45:53 +01:00
aheficent
ddad8834c2
[MIG]rma_operating_unit to v10
2018-11-21 10:45:53 +01:00
Nikul Chaudhary
2551ec740e
[IMP] Improved Code.
2018-11-21 10:45:53 +01:00
Nikul Chaudhary
446046da4a
[MIG] Migrated UT & Fixed Travis
2018-11-21 10:45:53 +01:00
aheficent
9cd3335a5a
[FIX]error in compute method
2018-11-21 10:45:53 +01:00
aheficent
73652379a0
[FIX]various fixes
2018-11-21 10:45:53 +01:00
Nikul Chaudhary
bf021fca14
[IMP] Improved Unit Test Case and Fixed Travis
2018-11-21 10:45:53 +01:00
aheficent
7025354918
[MIG]rma v10
2018-11-21 10:45:53 +01:00
lreficent
f721aee826
[9.0] add under_warranty field
2018-11-21 10:45:53 +01:00
lreficent
55ec2ee8d6
add partner constrain
2018-11-21 10:45:53 +01:00
lreficent
3a19153b90
[9.0][IMP] rma: add button to rma's from customers
2018-11-21 10:45:53 +01:00
lreficent
e390abd70f
[9.0][IMP] rma: add constrains
2018-11-21 10:45:53 +01:00
lreficent
06101785b3
[9.0][REW] rma: workflow centralized on rma.order.line and the use of rma.order is optional.
2018-11-21 10:45:53 +01:00
lreficent
1ba3b513d5
[9.0][IMP] rma_account:
...
* remove unneded copy attributes.
* simplify action_view methods.
* fix wrong naming.
* fix misplaced views.
* fix wrong count and view actions for rma.orders in invoices.
* fix error when installing the module.
* remove unneded data update when preparing rma lines from invoice lines.
* minor extra fixes.
2018-11-21 10:45:53 +01:00
lreficent
ee252a3ead
[9.0][FIX]
...
* rma: receipt_policy selections not matching.
* rma_sale: fix _prepare_rma_line_from_sale_order_line.
2018-11-21 10:45:53 +01:00
aheficent
5ad93c4e62
[IMP] default operation in product and product_categ for customer and supplier
...
[IMP]Separate menus for customer and supplier operations
* Add active field to rma operation
* Added tests
* Fix travis
* Fix create supplier rma from customer rma
2018-11-21 10:45:53 +01:00
lreficent
07565c85ea
[9.0][FIX] rma:
...
* fix assignment of moves.
* default qty in rma lines.
* remove account dependency.
* test and flake8 fixes.
2018-11-21 10:45:53 +01:00
lreficent
28c4f86c2f
[9.0] rma: remove rma.rule and add that setting to product.category
2018-11-21 10:45:53 +01:00
Jordi Ballester
44e9894d1f
init branch
2018-11-21 10:45:53 +01:00