[ADD] value for T400 on encoder for gls belgium#158
[ADD] value for T400 on encoder for gls belgium#158mathieudelva wants to merge 2 commits intoakretion:masterfrom
Conversation
|
Hello @math0706 thanks for the contribution. I guess maybe france and Belgium are together... So I guess there are not problem. Where is the Odoo code you are talking about ? FYI, in version 14, there is this module that manage the glsbox api : |
c2ec42c to
d7f11e2
Compare
This field "parcel_sequence" allows you to add a value to T400 which is mandatory for Belgium.
The value of the field parcel_sequence is calculated on Odoo module like this:
vals["parcel_sequence"] = self.calc_parcel_num() --> I added this line in the inheritance of the function _gls_fr_glsbox_get_parcel(self, picking)