-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10.0 mig base deliver files and documents #184
10.0 mig base deliver files and documents #184
Conversation
WIP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include work done on 8.0 in PR
<record id="view_picking_out_search_carrier_file" model="ir.ui.view"> | ||
<field name="name">stock.picking.search</field> | ||
<field name="model">stock.picking</field> | ||
<field name="inherit_id" ref="sale_stock.view_picking_internal_search_inherit"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This XMLid does not exist in Odoo 10.0, need to set the correct one
f9ba02b
to
19aeab5
Compare
location_dest_id: location_delivery_counter | ||
carrier_id: delivery.delivery_carrier | ||
- | ||
!record {model: stock.move, id: outgoing_shipment_icecream_carrier_file}: | ||
picking_id: outgoing_shipment_carrier_file | ||
product_id: product_icecream | ||
product_uom: product.product_uom_kgm | ||
product_qty: 130.0 | ||
product_uom_qty: 130.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still seeing some YML files here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(which also give an error on installing the module)
'category': 'Generic Modules/Warehouse', | ||
'description': """ | ||
'summary': """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'category': 'Generic Modules/Warehouse', | ||
'description': """ | ||
'summary': """ | ||
Sub-module for Base Delivery Carrier Files. | ||
|
||
Definition of the delivery carrier file for "TNT Express Shipper". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This summary is still too long, maybe keep only this line.
'demo': ['carrier_file_demo.xml', 'carrier_file_demo.yml'], | ||
'test': [ '../account/test/account_minimal_test.xml', | ||
'test/carrier_file.yml', | ||
'test/carrier_file_manual.yml'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still should integrate changes from here
461fc33
to
0b5a08d
Compare
0b5a08d
to
703e20a
Compare
703e20a
to
0d138d0
Compare
d1861ab
to
1c3cf9f
Compare
@pedrobaeza This one will not be attended anymore and can be closed in favor of the other one. |
Thanks, that was quick |
No description provided.