Skip to content

Commit 6da86fc

Browse files
FlorianGilbertpath-odoo
authored andcommittedFeb 5, 2025
[FIX] README.md: Fixing typos
There are 2 typos in the README.md that lead to broken links. closes odoo#196 X-original-commit: 460af3f Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent 4c650f3 commit 6da86fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎estate/__manifest__.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
'name': "estate",
3+
'version': '1.0',
4+
'depends': ['base'],
5+
'license': 'LGPL-3',
6+
'application': True
7+
}

0 commit comments

Comments
 (0)