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
4 files
+ 54
7
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -17,7 +17,7 @@
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
##############################################################################
##############################################################################
from odoo import _, api, fields, models
from odoo import api, fields, models
class AccountPeriod(models.Model):
class AccountPeriod(models.Model):
Loading