OCA / l10n-romania

Romanian Localization for Odoo
GNU Affero General Public License v3.0
28 stars 39 forks source link

[16.0][FIX] fix vals_list["vals"]["sales_order_id"] - max 200 caractere #982

Closed danila12 closed 5 months ago

danila12 commented 5 months ago

Exista posibilitatea ca facturile sa fie emise din multe SO, si recalculeaza in account_edi_ubl_cii:

sales_order_id = 'sale_line_ids' in invoice.invoice_line_ids._fields \ and ",".join(invoice.invoice_line_ids.sale_line_ids.order_id.mapped('name'))

order_reference = invoice.ref or invoice.name if sales_order_id else invoice.ref

OCA-git-bot commented 5 months ago

Hi @feketemihai, @dhongu, some modules you are maintaining are being modified, check this out!

dhongu commented 5 months ago

/ocabot merge minor

OCA-git-bot commented 5 months ago

This PR looks fantastic, let's merge it! Prepared branch 16.0-ocabot-merge-pr-982-by-dhongu-bump-minor, awaiting test results.

OCA-git-bot commented 5 months ago

Congratulations, your PR was merged at c8bb989e9c942ce2ca612ddb4006c32ba6cb9c39. Thanks a lot for contributing to OCA. ❤️