Skip to content

Commit

Permalink
[OU-FIX] point_of_sale: Missing doc + wrong noupdate path
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Apr 26, 2024
1 parent cb0bef7 commit f52ca3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| phone_validation | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| point_of_sale | | |
| point_of_sale | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| portal | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ def migrate(env, version):
"point_of_sale.500_00",
],
)
openupgrade.load_data(env.cr, "point_of_sale", "16.0.1.1/noupdate_changes.xml")
openupgrade.load_data(env.cr, "point_of_sale", "16.0.1.0.1/noupdate_changes.xml")

0 comments on commit f52ca3f

Please sign in to comment.