Add copyright notices

This commit is contained in:
Leonardo Donelli 2018-10-09 12:55:07 +02:00
parent c1e1489a76
commit f2cef8364c
7 changed files with 20 additions and 0 deletions

View File

@ -1 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright 2016 MONK Software
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models

View File

@ -1 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright 2016 MONK Software
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import document_type

View File

@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2016 MONK Software
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models

View File

@ -1,3 +1,6 @@
/* Copyright 2018 MONK Software
* License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). */
odoo.define('document_type.sidebar', function(require) {
"use strict";

View File

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 MONK Software
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" name="document_type backend assets" inherit_id="web.assets_backend">

View File

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 MONK Software
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="ir_attachment_view_form_upload" model="ir.ui.view">

View File

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 MONK Software
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="document_type_action_main" model="ir.actions.act_window">