Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f7304f1
[IMP] add activities to category pages
yweng8111 Nov 4, 2021
3c0db07
[ADD]sequence and completename
flotho Dec 22, 2021
fc67a92
Semantic precisions
flotho Dec 23, 2021
a269eb4
[ADD]fields on category for oragnaising
flotho Dec 23, 2021
499f907
Added translation using Weblate (Turkish)
yavuzavci Jan 6, 2022
e3d7689
Translated using Weblate (Turkish)
yavuzavci Jan 6, 2022
9c25ff1
Browsing behaviour operationnal
flotho Feb 2, 2022
9241451
cleanup
flotho Feb 2, 2022
f79986f
pylint and preconfig options
flotho Feb 4, 2022
fa2c33e
more quality options
flotho Feb 4, 2022
6d45c75
clean up
flotho Feb 5, 2022
8e41c17
clean up
flotho Feb 5, 2022
729a734
update travis
flotho Feb 5, 2022
59742b8
delete tools conf files
flotho Feb 5, 2022
be10d4f
Merge PR #310 into 12.0
OCA-git-bot Feb 6, 2022
25ca012
document_page 12.0.1.3.0
OCA-git-bot Feb 6, 2022
0d2639d
fix pylint
flotho Feb 8, 2022
6f51559
delete useless file
flotho Feb 9, 2022
80830d7
[ADD]sequence and completename
flotho Dec 22, 2021
d34e177
Semantic precisions
flotho Dec 23, 2021
a9bbc4a
[ADD]fields on category for oragnaising
flotho Dec 23, 2021
3217429
Browsing behaviour operationnal
flotho Feb 2, 2022
b1d79b7
cleanup
flotho Feb 2, 2022
75b0ff7
pylint and preconfig options
flotho Feb 4, 2022
8ea0d7d
more quality options
flotho Feb 4, 2022
dca5465
[ADD]fields on category for oragnaising
flotho Feb 5, 2022
4014acf
clean up
flotho Feb 5, 2022
94cebb1
update travis
flotho Feb 5, 2022
5eb7bf7
delete tools conf files
flotho Feb 5, 2022
968e672
fix pylint
flotho Feb 8, 2022
7a94573
delete useless file
flotho Feb 9, 2022
f1ddd31
bump version
flotho Feb 9, 2022
24c3e88
Merge branch '12.0-IMP-multipleImprovements' of ssh://github.com/Mind…
flotho Feb 9, 2022
6104844
Fix Pylint
flotho Feb 9, 2022
741544c
fix flake
flotho Feb 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
- secure: "k8/ebCIiOPGEIcL4Pzji2tanrjAzP5bqY0dSOmZwdNVNfncCrQREYbQgPhuTJHKuEX5E76kCuJJE70x0PEFhtaJt6K8KLvIF3B7/FJNUdXy6cjOKgBNfJuBSJRmkRM8mfxS2K+mqi4R3OEy4R2v4X/syK6F7vKxNhcRmindDfY8="

matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo"

Expand Down
30 changes: 30 additions & 0 deletions attachment_preview/i18n/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * attachment_preview
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-01-06 16:40+0000\n"
"Last-Translator: Yavuz Avci <yavuzavci@gmail.com>\n"
"Language-Team: none\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: attachment_preview
#: model:ir.model,name:attachment_preview.model_ir_attachment
msgid "Attachment"
msgstr "Ek"

#. module: attachment_preview
#. openerp-web
#: code:addons/attachment_preview/static/src/js/attachment_preview.js:188
#: code:addons/attachment_preview/static/src/js/attachment_preview.js:216
#, python-format
msgid "Preview %s"
msgstr "%s Önizle"
55 changes: 25 additions & 30 deletions document_page/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,31 @@


{
'name': 'Document Page',
'version': '12.0.1.2.0',
'category': 'Knowledge Management',
'author': 'OpenERP SA, Odoo Community Association (OCA)',
'images': [
'images/category_list.png',
'images/create_category.png',
'images/page_list.png',
'images/create_page.png',
'images/customer_invoice.jpeg',
'images/page_history.png',
"name": "Documentation Page",
"version": "12.0.1.4.0",
"category": "Knowledge Management",
"author": "OpenERP SA, Odoo Community Association (OCA)",
"images": [
"images/category_list.png",
"images/create_category.png",
"images/page_list.png",
"images/create_page.png",
"images/customer_invoice.jpeg",
"images/page_history.png",
],
'website': 'https://github.com/OCA/knowledge',
'license': 'AGPL-3',
'depends': [
'mail',
'knowledge',
],
'data': [
'security/document_page_security.xml',
'security/ir.model.access.csv',
'wizard/document_page_create_menu.xml',
'wizard/document_page_show_diff.xml',
'views/document_page.xml',
'views/document_page_category.xml',
'views/document_page_history.xml',
'views/document_page_assets.xml',
'views/report_document_page.xml',
],
'demo': [
'demo/document_page.xml'
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"depends": ["mail", "knowledge"],
"data": [
"security/document_page_security.xml",
"security/ir.model.access.csv",
"wizard/document_page_create_menu.xml",
"wizard/document_page_show_diff.xml",
"views/document_page.xml",
"views/document_page_category.xml",
"views/document_page_history.xml",
"views/document_page_assets.xml",
"views/report_document_page.xml",
],
"demo": ["demo/document_page.xml"],
}
16 changes: 9 additions & 7 deletions document_page/demo/document_page.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">

<record id="base.user_demo" model="res.users">
<field eval="[(4, ref('knowledge.group_document_user'))]"
name="groups_id"/>
<field
eval="[(4, ref('knowledge.group_document_user'))]"
name="groups_id"
/>
</record>

<record id="demo_category1" model="document.page">
<field name="name">OpenERP Features</field>
<field name="draft_name">1.0</field>
<field name="draft_summary">Init</field>
<field name="type">category</field>
<field name="template">
<field name="template">
Summary of the feature

Long explanation
Expand All @@ -25,7 +27,7 @@ Additional ressources

<record id="demo_page1" model="document.page">
<field name="name">OpenERP 6.1. Functional Demo</field>
<field name="parent_id" ref="demo_category1"/>
<field name="parent_id" ref="demo_category1" />
<field name="draft_name">1.0</field>
<field name="draft_summary">Init</field>
<field name="content">
Expand Down Expand Up @@ -56,7 +58,7 @@ company, with your clients and implement it now for your business.<br>

<record id="demo_page2" model="document.page">
<field name="name">Personalise Dashboards</field>
<field name="parent_id" ref="demo_category1"/>
<field name="parent_id" ref="demo_category1" />
<field name="draft_name">1.0</field>
<field name="draft_summary">Init</field>
<field name="content">
Expand Down Expand Up @@ -99,7 +101,7 @@ you change your mind there is a reset button to return to the default view.<br>

<record id="demo_page3" model="document.page">
<field name="name">Touchscreen Point of Sale</field>
<field name="parent_id" ref="demo_category1"/>
<field name="parent_id" ref="demo_category1" />
<field name="draft_name">1.0</field>
<field name="draft_summary">Init</field>
<field name="content">
Expand Down
Loading