Skip to content
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

[IMP] l10n_it_ddt: Print the report form stock picking. #32151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

anr-odoo
Copy link
Contributor

DDT is a delivery document contains detailed info on the merchandise, the carrier and the delivery.

Task : https://www.odoo.com/web#id=1914640&action=327&model=project.task&view_type=form&menu_id=4720

pad : https://pad.odoo.com/p/r.ac2f5121a2a262522240ac871b37b07c

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Mar 27, 2019
transport_method_id = fields.Selection([('mittente', 'MITTENTE'), ('desstinatario', 'DESTINATARIO'), ('corriere', 'CORRIERE')], string='Transport Reason')
parcels = fields.Integer(string="parcels")
volume = fields.Integer(string="volume")
size = fields.Text(string="size")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fields are localizations ones shouldn't they be l10n_**?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it done.

@C3POdoo C3POdoo added the RD research & development, internal work label Mar 27, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Mar 28, 2019
Copy link
Contributor

@jco-odoo jco-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be put together with the other branch. We could do auto_install. Is delivery dependency still necessary?

_inherit = "stock.picking"

l10n_it_transport_reason_id = fields.Selection([('sale', 'Sale'), ('repair', 'Repair')], string='Transport Reason')
l10n_it_transport_method_id = fields.Selection([('mittente', 'MITTENTE'), ('desstinatario', 'DESTINATARIO'), ('corriere', 'CORRIERE')], string='Transport Reason')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo destinatario

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it done.

@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 1, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 2, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 4, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 12, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 16, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Apr 16, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jun 6, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Jul 1, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jul 2, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jul 2, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jul 2, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jul 3, 2019
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jul 3, 2019
@robodoo robodoo added seen 🙂 and removed CI 🤖 Robodoo has seen passing statuses labels Sep 19, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Sep 19, 2019
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Sep 23, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants