Skip to content

Conversation

@mial-odoo
Copy link
Contributor

@mial-odoo mial-odoo commented Sep 17, 2025

19.0 saw a lot of changes to core loc functions, this adds information about them, some will have to be added later on a different payroll section.

Added:
-New customs numbers
-New stock landing with fleet
-New re-invoicing account and default credit notes account.

Removed
-References to how valuation used to work in v18.4 and older.

@robodoo
Copy link
Collaborator

robodoo commented Sep 17, 2025

Pull request status dashboard

@mial-odoo mial-odoo requested a review from a team September 17, 2025 22:19
@mial-odoo mial-odoo marked this pull request as ready for review September 17, 2025 22:20
@StraubCreative StraubCreative changed the title [IMP] Some functions were completely refactored in 19, adding them. [IMP] l1on_mx: update refactored functions in Odoo 19 Sep 18, 2025
@C3POdoo C3POdoo requested a review from a team September 18, 2025 15:59
@StraubCreative
Copy link
Contributor

96e46f2: squashed commits, renamed commit description

Notes:

  • branch naming convention: version-app-brief-description-gram
    • The live doc's instructions on this are out of date. We do it this way so Runbot works, the correct teams are tagged, and the branch name can clearly (but briefly) state what it's about, which improves our version control.
  • commit naming convention: [TAG] app/module: brief description under 50 chars. Also helps version control and correct teams are addressing quickly.
  • Squash multiple commits into one, if possible (terminal users only, if using GitHub interface we can gladly do that for you ;) )

@StraubCreative StraubCreative requested review from StraubCreative and removed request for a team September 18, 2025 16:07
Copy link
Contributor

@StraubCreative StraubCreative left a comment

Choose a reason for hiding this comment

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

Results from make review check (mostly formatting)

content/applications/finance/fiscal_localizations/mexico.rst:518: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:519: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:523: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1366: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1367: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1572: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1587: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1588: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1625: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1634: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1645: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1724: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:1725: trailing whitespace (trailing-whitespace)
content/applications/finance/fiscal_localizations/mexico.rst:517: Line too long (101/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1024: Line too long (101/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1726: Line too long (103/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1645: missing underscore after closing backtick in hyperlink (missing-underscore-after-hyperlink)
content/applications/finance/fiscal_localizations/mexico.rst:89: consider moving "and" to line 89 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1365: consider moving "<../../sales/point_of_sale/configuration>`," to line 1365 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1366: consider moving "payment" to line 1366 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1372: consider moving "and" to line 1372 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1569: consider moving "products" to line 1569 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1588: consider moving ":guilabel:`Periodic" to line 1588 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1645: consider moving "of" to line 1645 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1712: consider moving "the" to line 1712 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1713: consider moving "after" to line 1713 (early-line-breaks)

Will fix these first and push up the changes, stand by...

@StraubCreative
Copy link
Contributor

Results from make review check (mostly formatting)
...
Will fix these first and push up the changes, stand by...

Deployment errors (fixing now)

content/applications/finance/fiscal_localizations/mexico.rst:1574: WARNING: Inline interpreted text or phrase reference start-string without end-string.
content/applications/finance/fiscal_localizations/mexico.rst:1775: WARNING: Unexpected indentation.
content/applications/finance/fiscal_localizations/mexico.rst:1365: WARNING: undefined label: mx/pos/portal
content/applications/finance/fiscal_localizations/mexico.rst:1574: WARNING: unknown document: ../../inventory_valuation/valuation_by_lots
content/applications/finance/fiscal_localizations/mexico.rst:1586: WARNING: unknown document: inventory valuation <../../inventory/product_management/inventory_valuation> is set to either :guilabel:`Periodic (at closing)
content/applications/finance/fiscal_localizations/mexico.rst:1610: WARNING: unknown document: Landed Costs here

@StraubCreative
Copy link
Contributor

StraubCreative commented Sep 18, 2025

e6052f3: make checks and errors resolved (except 2 lines that are >100 char due to long hyperlinks), compressed new images added on this PR, fixed typos as I came across them.

@StraubCreative
Copy link
Contributor

CI checks pass ✅
Thank you for your contribution @mial-odoo!

This is ready for content review now @odoo/localizations-doc-review
We will implement your changes as you identify them, thanks!

Copy link
Contributor

@dade-odoo dade-odoo left a comment

Choose a reason for hiding this comment

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

Thanks for your patience on this one @mial-odoo ! Let me know if any of my comments/questions are unclear.
I realize that several of my comments are about content that wasn't updated in this PR. For those, you can update them here and leave them as they are in 18.0, or a better solution would be to make those changes in a separate PR that targets 18.0. We need to create a separate PR targeting 18.0 anyway because it looks like 3 images from that version use 32-bit color and weren't pngquanted. I suggest this second option :)
Thanks again for your hard work and great job getting updated for 19.0 so quickly! ⚡

Copy link
Contributor

@dade-odoo dade-odoo left a comment

Choose a reason for hiding this comment

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

Thanks for your patience on this one @mial-odoo ! Let me know if any of my comments/questions are unclear.
I realize that several of my comments are about content that wasn't updated in this PR. For those, you can update them here and leave them as they are in 18.0, or a better solution would be to make those changes in a separate PR that targets 18.0. We need to create a separate PR targeting 18.0 anyway because it looks like 3 images from that version use 32-bit color and weren't pngquanted. I suggest this second option :)
Thanks again for your hard work and great job getting updated for 19.0 so quickly! ⚡

@mial-odoo
Copy link
Contributor Author

mial-odoo commented Sep 29, 2025

I updated everything but a few comments that I'm not sure how to handle and left comments on those :)

@mial-odoo mial-odoo changed the title [IMP] l1on_mx: update refactored functions in Odoo 19 [IMP] l10n_mx: update refactored functions in Odoo 19 Sep 29, 2025
@mial-odoo mial-odoo requested a review from dade-odoo September 29, 2025 16:15
@leml-odoo leml-odoo force-pushed the 19.0-mial-19update-doc branch from b301bec to 85abaf5 Compare September 29, 2025 16:19
@dade-odoo dade-odoo force-pushed the 19.0-mial-19update-doc branch from 5d69b6c to 7ef8d6c Compare September 30, 2025 13:32
@StraubCreative
Copy link
Contributor

Errors read out...fixing now.

content/applications/finance/fiscal_localizations/mexico.rst:917: Line too long (103/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1012: Line too long (101/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1577: Line too long (104/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1607: Line too long (115/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1614: Line too long (116/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1615: Line too long (120/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1708: Line too long (152/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1716: Line too long (101/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:1757: Line too long (102/100) (line-too-long)
content/applications/finance/fiscal_localizations/mexico.rst:820: consider moving "differences" to line 820 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1745: consider moving "-->" to line 1745 (early-line-breaks)
content/applications/finance/fiscal_localizations/mexico.rst:1828: consider moving "example," to line 1828 (early-line-breaks)

@StraubCreative StraubCreative force-pushed the 19.0-mial-19update-doc branch from 7ef8d6c to 633dee2 Compare October 1, 2025 21:23
@StraubCreative
Copy link
Contributor

633dee2:

  • CI and make checks pass ✅
  • known line length issues on 1012 and 1577 due to long hyperlinks

This should be good for another look @dade-odoo

@dade-odoo dade-odoo force-pushed the 19.0-mial-19update-doc branch from 633dee2 to 944de7b Compare October 3, 2025 07:24
@dade-odoo
Copy link
Contributor

@StraubCreative thanks for your help on this. It's ready for an r+ :)
cc: @mial-odoo

@StraubCreative StraubCreative force-pushed the 19.0-mial-19update-doc branch from 944de7b to cd14f26 Compare October 3, 2025 17:06
Copy link
Contributor

@StraubCreative StraubCreative left a comment

Choose a reason for hiding this comment

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

@mial-odoo
Copy link
Contributor Author

@StraubCreative @dade-odoo I see that one of the pics I uploaded was removed in a commit, the problem with that is that it was replacing a picture that has configurations for the v18 valuation where my picture was for the v19 valuation so what should we do? hehe
mx-landing-configuration-category

https://www.odoo.com/documentation/19.0/applications/finance/fiscal_localizations/mexico.html#id7

@StraubCreative
Copy link
Contributor

StraubCreative commented Oct 6, 2025

... so what should we do?

No problem @mial-odoo. If it's an important screenshot or replaces an older version, then I can drop it in a new PR.
Is this the image you want to use, in the comment you posted today?
If so, where should it go in the documentation?

Cc: @dade-odoo

@mial-odoo
Copy link
Contributor Author

... so what should we do?

No problem @mial-odoo. If it's an important screenshot or replaces an older version, then I can drop it in a new PR. Is this the image you want to use, in the comment you posted today? If so, where should it go in the documentation?

Cc: @dade-odoo

Yes, that is the screenshot, replaces "mx-landing-configuration-category"

mial-odoo added a commit that referenced this pull request Oct 8, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767
StraubCreative pushed a commit that referenced this pull request Oct 9, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767
StraubCreative added a commit that referenced this pull request Oct 14, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767

Co-authored-by: StraubCreative <[email protected]>
Co-authored-by: dade-odoo <[email protected]>
robodoo pushed a commit that referenced this pull request Oct 14, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767

closes #14805

Signed-off-by: Zachary Straub (zst) <[email protected]>
Co-authored-by: StraubCreative <[email protected]>
Co-authored-by: dade-odoo <[email protected]>
fw-bot pushed a commit that referenced this pull request Oct 14, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767

X-original-commit: 61aab62
Co-authored-by: StraubCreative <[email protected]>
Co-authored-by: dade-odoo <[email protected]>
robodoo pushed a commit that referenced this pull request Oct 17, 2025
Previous commits ended up with a little less info than intended so this PR adds two things:

Fixes the missing picture in #14582
And adds references to #14767

closes #14868

X-original-commit: 61aab62
Signed-off-by: Zachary Straub (zst) <[email protected]>
Co-authored-by: StraubCreative <[email protected]>
Co-authored-by: dade-odoo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants