Skip to content

Commit fea1f59

Browse files
committed
Bumped copyright year
1 parent 7ba77a1 commit fea1f59

22 files changed

+23
-23
lines changed

pyodoo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/active_status_choice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/boolean_operator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/compare_type.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
2525
APP_ID = f'{APP_DOMAIN}.muflone.com'
2626
APP_AUTHOR = 'Fabio Castelli'
2727
APP_AUTHOR_EMAIL = '[email protected]'
28-
APP_COPYRIGHT = f'Copyright 2021-2023 {APP_AUTHOR}'
28+
APP_COPYRIGHT = f'Copyright 2021-2024 {APP_AUTHOR}'
2929
URL_AUTHOR = 'http://www.muflone.com/'
3030
URL_APPLICATION = f'{URL_AUTHOR}{APP_DOMAIN}/'
3131
URL_SOURCES = f'https://github.com/muflone/{APP_DOMAIN}/'

pyodoo/filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/message_subtype.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/awaitable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/contacts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/contacts_async.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/python_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/samples/sql_excel_query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/v12/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/v12/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/v12/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/v12/python_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

pyodoo/v12/sql_excel_query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

tests/test_compare_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

tests/test_contacts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

tests/test_python_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

tests/test_sql_excel_query.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

tests/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Project: PyOdoo
33
# Description: API for Odoo
44
# Author: Fabio Castelli (Muflone) <[email protected]>
5-
# Copyright: 2021-2023 Fabio Castelli
5+
# Copyright: 2021-2024 Fabio Castelli
66
# License: GPL-3+
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)