Skip to content
Snippets Groups Projects

Create branch 16.0

Merged arthur.mayer requested to merge topic/16.0/migration-16.0 into branch/16.0
Compare and Show latest version
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -17,9 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import datetime
from typing import Optional
from odoo import api, fields, models
@@ -86,4 +83,4 @@
self.ensure_one()
self.state = "draft"
\ No newline at end of file
self.state = "draft"
Loading